C# Class MonoMac.CoreGraphics.CGPattern

Inheritance: INativeObject, IDisposable
Afficher le fichier Open project: kangaroo/maccore Class Usage Examples

Méthodes publiques

Méthode Description
CGPattern ( RectangleF bounds, CGAffineTransform matrix, float xStep, float yStep, CGPatternTiling tiling, bool isColored, DrawPattern drawPattern ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CGPattern ( IntPtr handle ) : System
CGPattern ( IntPtr handle, bool owns ) : System
CGPatternCreate ( IntPtr info, RectangleF bounds, CGAffineTransform matrix, float xStep, float yStep, CGPatternTiling tiling, bool isColored, CGPatternCallbacks &callbacks ) : IntPtr
CGPatternRelease ( IntPtr handle ) : void
CGPatternRetain ( IntPtr handle ) : void
DrawCallback ( IntPtr voidptr, IntPtr cgcontextptr ) : void
ReleaseCallback ( IntPtr voidptr ) : void

Method Details

CGPattern() public méthode

public CGPattern ( RectangleF bounds, CGAffineTransform matrix, float xStep, float yStep, CGPatternTiling tiling, bool isColored, DrawPattern drawPattern ) : System
bounds System.Drawing.RectangleF
matrix CGAffineTransform
xStep float
yStep float
tiling CGPatternTiling
isColored bool
drawPattern DrawPattern
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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