Méthode | Description | |
---|---|---|
Add ( |
||
Clear ( ) : void |
Clear the region to a null region.
|
|
Combine ( |
||
Contains ( int x, int y ) : bool | ||
CreateFromPath ( GPath aPath, System.Guid uniqueID ) : |
||
CreateFromPolygon ( |
||
CreateFromRectangle ( int left, int top, int right, int bottom, System.Guid uniqueID ) : |
||
CreateFromRectangles ( RectangleI rects, System.Guid uniqueID ) : |
||
Equals ( |
||
GDIRegion ( |
||
GDIRegion ( |
||
GetFrame ( ) : RectangleI | ||
GetRectangles ( ) : RectangleI[] | ||
Intersect ( |
||
MoveBy ( int dx, int dy ) : void | ||
Subtract ( |
public Add ( |
||
aRegion | ||
Résultat |
public Combine ( |
||
aRegion | ||
bRegion | ||
combineStyle | RegionCombineStyles | |
Résultat | RegionCombineType |
public static CreateFromPath ( GPath aPath, System.Guid uniqueID ) : |
||
aPath | GPath | |
uniqueID | System.Guid | |
Résultat |
public static CreateFromPolygon ( |
||
points | ||
aMode | PolygonFillMode | |
uniqueID | System.Guid | |
Résultat |
public static CreateFromRectangle ( int left, int top, int right, int bottom, System.Guid uniqueID ) : |
||
left | int | |
top | int | |
right | int | |
bottom | int | |
uniqueID | System.Guid | |
Résultat |
public static CreateFromRectangles ( RectangleI rects, System.Guid uniqueID ) : |
||
rects | RectangleI | |
uniqueID | System.Guid | |
Résultat |
public GDIRegion ( |
||
regionHandle | ||
ownsHandle | bool | |
Résultat | System |
public GDIRegion ( |
||
regionHandle | ||
ownsHandle | bool | |
uniqueID | System.Guid | |
Résultat | System |
public Intersect ( |
||
aRegion | ||
Résultat |
public Subtract ( |
||
aRegion | ||
Résultat |