Click or drag to resize

DXFReaderNETControlExtend Method

Extends an entity.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Extend(
	EntityObject Boundary,
	EntityObject Entity,
	Vector2 Position,
	bool Edge = false
)

Parameters

Boundary
Type: DXFReaderNET.EntitiesEntityObject
Specifiy the boundary entity.
Entity
Type: DXFReaderNET.EntitiesEntityObject
The entity to extend.
Position
Type: DXFReaderNETVector2
The position of the point on the entity to extend.
Edge (Optional)
Type: SystemBoolean
If true extends the entity to boundary entity's implied edge.

Return Value

Type: Boolean
True if the entity is extended.
See Also