C# Class MonoMac.CoreGraphics.CGPattern

Inheritance: INativeObject, IDisposable
Mostrar archivo Open project: kangaroo/maccore Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

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
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void