C# 클래스 Eto.iOS.CGConversions

파일 보기 프로젝트 열기: picoe/Eto

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateDeviceRGB ( ) : MonoMac.CoreGraphics.CGColorSpace

메소드 상세

Apply() 공개 정적인 메소드

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

DegreesToRadians() 공개 정적인 메소드

public static DegreesToRadians ( System.Double angle ) : System.Double
angle System.Double
리턴 System.Double

Draw() 공개 정적인 메소드

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

ToCG() 공개 정적인 메소드

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

ToCG() 공개 정적인 메소드

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

ToCG() 공개 정적인 메소드

public static ToCG ( this value ) : CGInterpolationQuality
value this
리턴 CGInterpolationQuality

ToCG() 공개 정적인 메소드

public static ToCG ( this value ) : CGLineCap
value this
리턴 CGLineCap

ToCG() 공개 정적인 메소드

public static ToCG ( this value ) : CGLineJoin
value this
리턴 CGLineJoin

ToCG() 공개 정적인 메소드

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

ToEto() 공개 정적인 메소드

public static ToEto ( this color ) : Color
color this
리턴 Color

ToEto() 공개 정적인 메소드

public static ToEto ( this matrix ) : IMatrix
matrix this
리턴 IMatrix

ToEto() 공개 정적인 메소드

public static ToEto ( this value ) : ImageInterpolation
value this
리턴 ImageInterpolation

ToEto() 공개 정적인 메소드

public static ToEto ( this value ) : PenLineCap
value this
리턴 PenLineCap

ToEto() 공개 정적인 메소드

public static ToEto ( this value ) : PenLineJoin
value this
리턴 PenLineJoin

ToHandler() 공개 정적인 메소드

public static ToHandler ( this path ) : GraphicsPathHandler
path this
리턴 GraphicsPathHandler