Figure Constructor (Block, TextPointer)
Initializes a new instance of the Figure class, taking a specified Block object as the initial contents of the new Figure, and a TextPointer specifying an insertion position for the new Figure element.
Namespace: System.Windows.Documents
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- childBlock
- Type: System.Windows.Documents.Block
A Block object specifying the initial contents of the new Figure. This parameter may be a null reference (Nothing in Visual Basic), in which case no Block is inserted.
- insertionPosition
- Type: System.Windows.Documents.TextPointer
A TextPointer specifying an insertion position at which to insert the Figure element after it is created, or a null reference (Nothing in Visual Basic) for no automatic insertion.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.