프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Dispose | void | ||
GetBounds | |||
IntPointToPointF | PointF | ||
PathToPointFArray | PointF[] | ||
PathsToInternalPath | void | ||
PlotPath | void | ||
PointFArrayToIntArray | Android.Graphics.Path | ||
RectangleToPath | Android.Graphics.Path | ||
TransformIntPoint | void | ||
calculateRegionPath | void |
메소드 | 설명 | |
---|---|---|
Clone ( ) : Region | ||
Dispose ( ) : void | ||
Equals ( Region region, |
||
Exclude ( |
Updates this Region to contain only the portion of its interior that does not intersect with the specified GraphicsPath.
|
|
Exclude ( |
Updates this Region to contain only the portion of its interior that does not intersect with the specified Rectangle structure.
|
|
Exclude ( |
Updates this Region to contain only the portion of its interior that does not intersect with the specified RectangleF structure.
|
|
Exclude ( Region region ) : void |
Updates this Region to contain only the portion of its interior that does not intersect with the specified Region.
|
|
GetBounds ( |
||
Intersect ( |
Updates this Region to the intersection of itself with the specified GraphicsPath.
|
|
Intersect ( |
Updates this Region to the intersection of itself with the specified Rectangle structure.
|
|
Intersect ( |
Updates this Region to the intersection of itself with the specified RectangleF structure.
|
|
Intersect ( Region region ) : void |
Updates this Region to the intersection of itself with the specified Region.
|
|
IsVisible ( Point point ) : bool | ||
IsVisible ( PointF point ) : bool | ||
IsVisible ( |
||
IsVisible ( |
||
IsVisible ( float x, float y ) : bool | ||
IsVisible ( int x, int y ) : bool | ||
MakeEmpty ( ) : void | ||
MakeInfinite ( ) : void | ||
Region ( ) : CoreGraphics | ||
Region ( |
||
Region ( |
||
Region ( |
||
Transform ( Matrix matrix ) : void | ||
Translate ( float dx, float dy ) : void | ||
Translate ( int dx, int dy ) : void | ||
Union ( |
Updates this Region to the union of itself and the specified GraphicsPath.
|
|
Union ( |
Updates this Region to the union of itself and the specified Rectangle structure.
|
|
Union ( |
Updates this Region to the union of itself and the specified RectangleF structure.
|
|
Union ( Region region ) : void |
Updates this Region to the union of itself and the specified Region.
|
|
Xor ( |
Updates this Region to the union minus the intersection of itself with the specified GraphicsPath.
|
|
Xor ( |
Updates this Region to the union minus the intersection of itself with the specified Rectangle structure.
|
|
Xor ( |
Updates this Region to the union minus the intersection of itself with the specified RectangleF structure.
|
|
Xor ( Region region ) : void |
Updates this Region to the union minus the intersection of itself with the specified Region.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetBounds ( ) : |
||
IntPointToPointF ( IntPoint point ) : PointF | ||
PathToPointFArray ( Android.Graphics.Path pg, float scale ) : PointF[] | ||
PathsToInternalPath ( Paths paths ) : void | ||
PlotPath ( |
||
PointFArrayToIntArray ( PointF points, float scale ) : Android.Graphics.Path | ||
RectangleToPath ( |
||
TransformIntPoint ( IntPoint &point, Matrix matrix ) : void |
Transform the specified Rectangle by the matrix that is passed.
|
|
calculateRegionPath ( ClipType clipType ) : void |
public Exclude ( |
||
path | Path. | |
리턴 | void |
public Intersect ( |
||
path | Path. | |
리턴 | void |
public Region ( |
||
path | ||
리턴 | CoreGraphics |
public Union ( |
||
path | Path. | |
리턴 | void |
public Xor ( |
||
path | Path. | |
리턴 | void |