Метод | Описание | |
---|---|---|
Add ( |
||
Clear ( ) : void |
Clear the region to a null region.
|
|
Combine ( |
||
Contains ( int x, int y ) : bool | ||
CreateFromPath ( |
||
CreateFromPolygon ( Point points, PolygonFillMode aMode, System.Guid uniqueID ) : |
||
CreateFromRectangle ( int left, int top, int right, int bottom, System.Guid uniqueID ) : |
||
CreateFromRectangles ( |
||
Equals ( |
||
GDIRegion ( |
||
GDIRegion ( |
||
GetFrame ( ) : |
||
GetRectangles ( ) : System.Drawing.Rectangle[] | ||
Intersect ( |
||
MoveBy ( int dx, int dy ) : void | ||
Subtract ( |
public Add ( |
||
aRegion | ||
Результат |
public Combine ( |
||
aRegion | ||
bRegion | ||
combineStyle | RegionCombineStyles | |
Результат | RegionCombineType |
public static CreateFromPath ( |
||
aPath | ||
uniqueID | System.Guid | |
Результат |
public static CreateFromPolygon ( Point points, PolygonFillMode aMode, System.Guid uniqueID ) : |
||
points | Point | |
aMode | PolygonFillMode | |
uniqueID | System.Guid | |
Результат |
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 | |
Результат |
public static CreateFromRectangles ( |
||
rects | ||
uniqueID | System.Guid | |
Результат |
public Equals ( |
||
aRegion | ||
Результат | bool |
public GDIRegion ( |
||
regionHandle | ||
ownsHandle | bool | |
Результат | System |
public GDIRegion ( |
||
regionHandle | ||
ownsHandle | bool | |
uniqueID | System.Guid | |
Результат | System |
public GetRectangles ( ) : System.Drawing.Rectangle[] | ||
Результат | System.Drawing.Rectangle[] |
public Intersect ( |
||
aRegion | ||
Результат |
public Subtract ( |
||
aRegion | ||
Результат |