C# Class MonoMac.CoreGraphics.CGShading

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

Public Methods

Method Description
CreateAxial ( MonoMac.CoreGraphics.CGColorSpace colorspace, PointF start, PointF end, MonoMac.CoreGraphics.CGFunction function, bool extendStart, bool extendEnd ) : CGShading
CreateRadial ( MonoMac.CoreGraphics.CGColorSpace colorspace, PointF start, float startRadius, PointF end, float endRadius, MonoMac.CoreGraphics.CGFunction function, bool extendStart, bool extendEnd ) : CGShading
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CGShading ( IntPtr handle ) : System
CGShading ( IntPtr handle, bool owns ) : System
CGShadingCreateAxial ( IntPtr space, PointF start, PointF end, IntPtr functionHandle, bool extendStart, bool extendEnd ) : IntPtr
CGShadingCreateRadial ( IntPtr space, PointF start, float startRadius, PointF end, float endRadius, IntPtr function, bool extendStart, bool extendEnd ) : IntPtr
CGShadingRelease ( IntPtr handle ) : void
CGShadingRetain ( IntPtr handle ) : void

Method Details

CreateAxial() public static method

public static CreateAxial ( MonoMac.CoreGraphics.CGColorSpace colorspace, PointF start, PointF end, MonoMac.CoreGraphics.CGFunction function, bool extendStart, bool extendEnd ) : CGShading
colorspace MonoMac.CoreGraphics.CGColorSpace
start System.Drawing.PointF
end System.Drawing.PointF
function MonoMac.CoreGraphics.CGFunction
extendStart bool
extendEnd bool
return CGShading

CreateRadial() public static method

public static CreateRadial ( MonoMac.CoreGraphics.CGColorSpace colorspace, PointF start, float startRadius, PointF end, float endRadius, MonoMac.CoreGraphics.CGFunction function, bool extendStart, bool extendEnd ) : CGShading
colorspace MonoMac.CoreGraphics.CGColorSpace
start System.Drawing.PointF
startRadius float
end System.Drawing.PointF
endRadius float
function MonoMac.CoreGraphics.CGFunction
extendStart bool
extendEnd bool
return CGShading

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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