CadRasterImage.ClipBoundaryVertexList

CadRasterImage.ClipBoundaryVertexList property

Gets or sets the clip boundary vertex.

public List<Cad2DPoint> ClipBoundaryVertexList { get; set; }

Property Value

The clip boundary vertex.

See Also