C# Class Eto.iOS.CGConversions

Datei anzeigen Open project: picoe/Eto

Public Methods

Method Description
Apply ( this pen, GraphicsHandler graphics ) : void
DegreesToRadians ( System.Double angle ) : System.Double
Draw ( this brush, GraphicsHandler graphics, Eto.Drawing.RectangleF rect ) : void
ToCG ( this matrix ) : CGAffineTransform
ToCG ( this color ) : CGColor
ToCG ( this value ) : CGInterpolationQuality
ToCG ( this value ) : CGLineCap
ToCG ( this value ) : CGLineJoin
ToCG ( this path ) : CGPath
ToEto ( this color ) : Color
ToEto ( this matrix ) : IMatrix
ToEto ( this value ) : ImageInterpolation
ToEto ( this value ) : PenLineCap
ToEto ( this value ) : PenLineJoin
ToHandler ( this path ) : GraphicsPathHandler

Private Methods

Method Description
CreateDeviceRGB ( ) : MonoMac.CoreGraphics.CGColorSpace

Method Details

Apply() public static method

public static Apply ( this pen, GraphicsHandler graphics ) : void
pen this
graphics GraphicsHandler
return void

DegreesToRadians() public static method

public static DegreesToRadians ( System.Double angle ) : System.Double
angle System.Double
return System.Double

Draw() public static method

public static Draw ( this brush, GraphicsHandler graphics, Eto.Drawing.RectangleF rect ) : void
brush this
graphics GraphicsHandler
rect Eto.Drawing.RectangleF
return void

ToCG() public static method

public static ToCG ( this matrix ) : CGAffineTransform
matrix this
return MonoMac.CoreGraphics.CGAffineTransform

ToCG() public static method

public static ToCG ( this color ) : CGColor
color this
return MonoMac.CoreGraphics.CGColor

ToCG() public static method

public static ToCG ( this value ) : CGInterpolationQuality
value this
return CGInterpolationQuality

ToCG() public static method

public static ToCG ( this value ) : CGLineCap
value this
return CGLineCap

ToCG() public static method

public static ToCG ( this value ) : CGLineJoin
value this
return CGLineJoin

ToCG() public static method

public static ToCG ( this path ) : CGPath
path this
return MonoMac.CoreGraphics.CGPath

ToEto() public static method

public static ToEto ( this color ) : Color
color this
return Color

ToEto() public static method

public static ToEto ( this matrix ) : IMatrix
matrix this
return IMatrix

ToEto() public static method

public static ToEto ( this value ) : ImageInterpolation
value this
return ImageInterpolation

ToEto() public static method

public static ToEto ( this value ) : PenLineCap
value this
return PenLineCap

ToEto() public static method

public static ToEto ( this value ) : PenLineJoin
value this
return PenLineJoin

ToHandler() public static method

public static ToHandler ( this path ) : GraphicsPathHandler
path this
return GraphicsPathHandler