C# Class Pinta.ImageManipulation.CairoExtensions

Exibir arquivo Open project: PintaProject/Pinta.ImageManipulation

Public Methods

Method Description
ToCairoColor ( this color ) : Cairo.Color
ToCairoPoint ( this point ) : Cairo.Point
ToCairoPointD ( this point ) : Cairo.PointD
ToCairoRectangle ( this r ) : Cairo.Rectangle
ToCairoRectangleInt ( this r ) : Cairo.RectangleInt
ToPintaColorBgra ( this color ) : ColorBgra
ToPintaPoint ( this point ) : Point
ToPintaPointD ( this point ) : PointD
ToPintaRectangle ( this r ) : Rectangle
ToPintaRectangleD ( this r ) : RectangleD

Method Details

ToCairoColor() public static method

public static ToCairoColor ( this color ) : Cairo.Color
color this
return Cairo.Color

ToCairoPoint() public static method

public static ToCairoPoint ( this point ) : Cairo.Point
point this
return Cairo.Point

ToCairoPointD() public static method

public static ToCairoPointD ( this point ) : Cairo.PointD
point this
return Cairo.PointD

ToCairoRectangle() public static method

public static ToCairoRectangle ( this r ) : Cairo.Rectangle
r this
return Cairo.Rectangle

ToCairoRectangleInt() public static method

public static ToCairoRectangleInt ( this r ) : Cairo.RectangleInt
r this
return Cairo.RectangleInt

ToPintaColorBgra() public static method

public static ToPintaColorBgra ( this color ) : ColorBgra
color this
return ColorBgra

ToPintaPoint() public static method

public static ToPintaPoint ( this point ) : Point
point this
return Point

ToPintaPointD() public static method

public static ToPintaPointD ( this point ) : PointD
point this
return PointD

ToPintaRectangle() public static method

public static ToPintaRectangle ( this r ) : Rectangle
r this
return Rectangle

ToPintaRectangleD() public static method

public static ToPintaRectangleD ( this r ) : RectangleD
r this
return RectangleD