메소드 |
설명 |
|
Add ( GDIRegion aRegion ) : GDIRegion |
|
|
Clear ( ) : void |
Clear the region to a null region. |
|
Combine ( GDIRegion aRegion, GDIRegion bRegion, RegionCombineStyles combineStyle ) : RegionCombineType |
|
|
Contains ( int x, int y ) : bool |
|
|
CreateFromPath ( GPath aPath, System.Guid uniqueID ) : GDIRegion |
|
|
CreateFromPolygon ( Point2I points, PolygonFillMode aMode, System.Guid uniqueID ) : GDIRegion |
|
|
CreateFromRectangle ( int left, int top, int right, int bottom, System.Guid uniqueID ) : GDIRegion |
|
|
CreateFromRectangles ( RectangleI rects, System.Guid uniqueID ) : GDIRegion |
|
|
Equals ( GDIRegion aRegion ) : bool |
|
|
GDIRegion ( IntPtr regionHandle, bool ownsHandle ) : System |
|
|
GDIRegion ( IntPtr regionHandle, bool ownsHandle, System.Guid uniqueID ) : System |
|
|
GetFrame ( ) : RectangleI |
|
|
GetRectangles ( ) : RectangleI[] |
|
|
Intersect ( GDIRegion aRegion ) : GDIRegion |
|
|
MoveBy ( int dx, int dy ) : void |
|
|
Subtract ( GDIRegion aRegion ) : GDIRegion |
|
|