Clone()
|
Clones the current DXRegion object.
|
Complement(DXGraphicsPath)
|
Updates the region to contain the portion of the specified DXgraphicsPath that does not intersect with the current region.
|
Complement(DXRegion)
|
Updates the region to contain the portion of the specified DXRegion that does not intersect with the current region.
|
Complement(RectangleF)
|
Updates the region to contain the portion of the specified rectangle that does not intersect with the current region.
|
Dispose()
|
Disposes of the DXRegion object.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Exclude(DXGraphicsPath)
|
Excludes the specified DXGraphicsPath instance from the region.
|
Exclude(DXRegion)
|
Excludes the specified region from the current region.
|
Exclude(RectangleF)
|
Excludes the specified rectangle from the region.
|
GetBounds()
|
Obtains the region bounds.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
Intersect(DXGraphicsPath)
|
Assigns the clip region to the intersection of the current region and the specified DXGraphicsPath instance.
|
Intersect(DXRegion)
|
Assigns the clip region to the intersection of the current region and the specified region.
|
Intersect(RectangleF)
|
Assigns the clip region to the intersection of the current region and the specified rectangle.
|
IsVisible(PointF)
|
Gets or sets whether the current region contains the specified point.
|
IsVisible(Rectangle)
|
Gets or sets whether the current region contains the specified rectangle.
|
MakeEmpty()
|
Initializes the region to an empty interior.
|
MakeInfinite()
|
Initializes the region to an infinite interior.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ToString()
|
Returns a string that represents the current object.
|
Transform(DXMatrix)
|
Transforms the region by the specified transformation matrix.
|
Union(DXGraphicsPath)
|
Updates the region to the union of itself and the specified DXGraphicsPath instance.
|
Union(DXRegion)
|
Updates the region to the union of itself and the specified DXRegion object.
|
Union(RectangleF)
|
Updates the region to the union of itself and the specified RectangleF structure.
|
Xor(DXGraphicsPath)
|
Updates the region to include the union minus the intersection of itself with the specified DXGraphicsPath object.
|
Xor(DXRegion)
|
Updates this region to the union minus the intersection of itself with the specified region.
|
Xor(RectangleF)
|
Updates the region to include the union minus the intersection of itself with the specified rectangle.
|