Click or drag to resize

Insert Constructor (Block, Vector2)

Initializes a new instance of the Insert class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Insert(
	Block block,
	Vector2 position
)

Parameters

block
Type: DXFReaderNET.BlocksBlock
Insert block definition.
position
Type: DXFReaderNETVector2
Insert position in world coordinates.
See Also