C# Class MonoMac.CoreGraphics.CGShading

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

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
Résultat CGShading

CreateRadial() public static méthode

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
Résultat CGShading

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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