Click or drag to resize

ClippingBoundary Class

Represent a clipping boundary to display specific portions of an Image, an Underlay, or a Wipeout.
Inheritance Hierarchy
SystemObject
  DXFReaderNETClippingBoundary

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class ClippingBoundary : ICloneable

The ClippingBoundary type exposes the following members.

Constructors
  NameDescription
Public methodClippingBoundary(IEnumerableVector2)
Initializes a new instance of the ClippingBoundary class as a polygonal clipping boundary.
Public methodClippingBoundary(Vector2, Vector2)
Initializes a new instance of the ClippingBoundary class as a rectangular clipping boundary from two opposite corners.
Public methodClippingBoundary(Double, Double, Double, Double)
Initializes a new instance of the ClippingBoundary class as a rectangular clipping boundary.
Top
Properties
  NameDescription
Public propertyType
Gets or sets the clipping boundary type, rectangular or polygonal.
Public propertyVertexes
Gets the list of vertexes of the polygonal boundary, or the opposite vertexes if the boundary is rectangular.
Top
Methods
  NameDescription
Public methodClone
Creates a new ClippingBoundary that is a copy of the current instance.
Top
See Also