ACadSharp.Entities.CadImageBase.ClipBoundaryVertices - DomCR/ACadSharp GitHub Wiki

ClipBoundaryVertices Property

Clip boundary vertices

Remarks

For rectangular clip boundary type, two opposite corners must be specified.Default is (-0.5,-0.5), (size.x-0.5, size.y-0.5). 2) For polygonal clip boundary type, three or more vertices must be specified.Polygonal vertices must be listed sequentially

Definition

Namespace: ACadSharp.Entities.CadImageBase

C#

DxfCodeValueAttribute
DxfCollectionCodeValueAttribute
public List<XY> ClipBoundaryVertices { get; set; }

Property Value

List