Name | Description | |
---|---|---|
Region Constructor | Overloaded. |
The following tables list the members exposed by Region.
Name | Description | |
---|---|---|
Region Constructor | Overloaded. |
Name | Description | |
---|---|---|
Clone | Overridden. Creates an exact copy if this GdiObject object. | |
Complement | Overloaded. Updates this Region object to contain the portion of the specified System.Drawing.Rectangle structure that does not intersect with this Region object. | |
CreateChordRegion | Creates a chord region (a region bounded by the intersection of an ellipse and a line segment, called a secant). | |
CreateEllipseRegion | Create a ellipse region. | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
CreatePieRegion | Create a pie region. | |
CreatePolygonRegion | Overloaded. Create a polygons region from the point array which defines the vertices of the polygon. | |
CreateRoundedRectangleRegion | Creates a rectangular Region with rounded corners. | |
Dispose | Overloaded. Releases all resources used by this GdiObject object. (Inherited from C1.Framework.Drawing.Gdi.GdiObject) | |
Equals | Overloaded. Tests whether the specified Region object is identical to this Region object. | |
Exclude | Overloaded. Updates this Region object to the portion of its interior that does not intersect with the specified System.Drawing.Rectangle structure. | |
FromGdiplusRegion | Create a new gdi region that is same as the gdi+ region. | |
GetBounds | Gets a System.Drawing.Rectangle structure that represents a rectangle that bounds this Region object. | |
GetData | Retieves the rectangle information that makes up this instance of the Region object. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Intersect | Overloaded. Updates this Region object to the intersection of itself with the specified System.Drawing.Rectangle structure. | |
IsEmpty | Tests whether this Region object has an empty interior. | |
IsVisible | Overloaded. Tests whether the specified System.Drawing.Point structure is contained within this Region object. | |
MakeEmpty | Initializes this Region object to an empty interior. | |
Scan | Returns an array of System.Drawing.Rectangle structures that approximate this Region object. | |
ToGdiplusRegion | Creates a new gdi+ System.Drawing.Region object from the gdi Region object. | |
Translate | Offsets the coordinates of this Region object by the specified amount. | |
Union | Overloaded. Updates this Region object to the union of itself and the specified System.Drawing.Rectangle structure. | |
Xor | Overloaded. Updates this Region object to the union minus the intersection of itself with the specified System.Drawing.Rectangle strcuture. |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from C1.Framework.Drawing.Gdi.GdiObject) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |