DXRegion Methods
Describes the interior of a graphics shape composed of rectangles and paths.Name | Description |
---|---|
Clone() |
Clones the current DXRegion object.
|
Complement |
Updates the region to contain the portion of the specified DXgraphics that does not intersect with the current region.
|
Complement |
Updates the region to contain the portion of the specified DXRegion that does not intersect with the current region.
|
Complement |
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 |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Exclude |
Excludes the specified DXGraphics instance from the region.
|
Exclude |
Excludes the specified region from the current region. |
Exclude |
Excludes the specified rectangle from the region. |
Get |
Obtains the region bounds. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Intersect |
Assigns the clip region to the intersection of the current region and the specified DXGraphics instance.
|
Intersect |
Assigns the clip region to the intersection of the current region and the specified region. |
Intersect |
Assigns the clip region to the intersection of the current region and the specified rectangle. |
Is |
Gets or sets whether the current region contains the specified point. |
Is |
Gets or sets whether the current region contains the specified rectangle. |
Make |
Initializes the region to an empty interior. |
Make |
Initializes the region to an infinite interior. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
Transform |
Transforms the region by the specified transformation matrix. |
Union |
Updates the region to the union of itself and the specified DXGraphics instance.
|
Union |
Updates the region to the union of itself and the specified DXRegion object.
|
Union |
Updates the region to the union of itself and the specified Rectangle structure.
|
Xor |
Updates the region to include the union minus the intersection of itself with the specified DXGraphics object.
|
Xor |
Updates this region to the union minus the intersection of itself with the specified region. |
Xor |
Updates the region to include the union minus the intersection of itself with the specified rectangle. |
See Also