C# Class Cairo.Region

Inheritance: IDisposable
Afficher le fichier Open project: zwcloud/CairoSharp Class Usage Examples

Méthodes publiques

Méthode Description
ContainsPoint ( RectangleInt rectangle ) : RegionOverlap
ContainsPoint ( int x, int y ) : bool
Copy ( ) : Region
Dispose ( ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetRectangle ( int nth ) : RectangleInt
Intersect ( Region other ) : Status
IntersectRectangle ( RectangleInt rectangle ) : Status
Region ( ) : System
Region ( IntPtr handle, bool owned ) : System
Region ( RectangleInt rect ) : System
Subtract ( Region other ) : Status
SubtractRectangle ( RectangleInt rectangle ) : Status
Translate ( int dx, int dy ) : void
Union ( Region other ) : Status
UnionRectangle ( RectangleInt rectangle ) : Status
Xor ( Region other ) : Status
XorRectangle ( RectangleInt rectangle ) : Status

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CheckDisposed ( ) : void

Method Details

ContainsPoint() public méthode

public ContainsPoint ( RectangleInt rectangle ) : RegionOverlap
rectangle RectangleInt
Résultat RegionOverlap

ContainsPoint() public méthode

public ContainsPoint ( int x, int y ) : bool
x int
y int
Résultat bool

Copy() public méthode

public Copy ( ) : Region
Résultat Region

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetRectangle() public méthode

public GetRectangle ( int nth ) : RectangleInt
nth int
Résultat RectangleInt

Intersect() public méthode

public Intersect ( Region other ) : Status
other Region
Résultat Status

IntersectRectangle() public méthode

public IntersectRectangle ( RectangleInt rectangle ) : Status
rectangle RectangleInt
Résultat Status

Region() public méthode

public Region ( ) : System
Résultat System

Region() public méthode

public Region ( IntPtr handle, bool owned ) : System
handle System.IntPtr
owned bool
Résultat System

Region() public méthode

public Region ( RectangleInt rect ) : System
rect RectangleInt
Résultat System

Subtract() public méthode

public Subtract ( Region other ) : Status
other Region
Résultat Status

SubtractRectangle() public méthode

public SubtractRectangle ( RectangleInt rectangle ) : Status
rectangle RectangleInt
Résultat Status

Translate() public méthode

public Translate ( int dx, int dy ) : void
dx int
dy int
Résultat void

Union() public méthode

public Union ( Region other ) : Status
other Region
Résultat Status

UnionRectangle() public méthode

public UnionRectangle ( RectangleInt rectangle ) : Status
rectangle RectangleInt
Résultat Status

Xor() public méthode

public Xor ( Region other ) : Status
other Region
Résultat Status

XorRectangle() public méthode

public XorRectangle ( RectangleInt rectangle ) : Status
rectangle RectangleInt
Résultat Status