Method | Description | |
---|---|---|
Convert ( FontStyle value, SharpDX.DirectWrite &fontStyle, SharpDX.DirectWrite &fontWeight ) : void | ||
DegreesToRadians ( float angle ) : float | ||
IsBold ( this weight ) : bool | ||
ToBitmap ( this bmp, System.Guid pixelFormat = null ) : SharpDX.WIC.Bitmap | ||
ToDx ( this image, SharpDX.Direct2D1 target, Eto.Drawing.Size fittingSize = null ) : SharpDX.Direct2D1.Bitmap | ||
ToDx ( this value ) : SharpDX.Direct2D1.BitmapInterpolationMode | ||
ToDx ( this brush, SharpDX.Direct2D1 target ) : SharpDX.Direct2D1.Brush | ||
ToDx ( this lineCap ) : SharpDX.Direct2D1.CapStyle | ||
ToDx ( this color ) : SharpDX.Color4 | ||
ToDx ( this d ) : SharpDX.Direct2D1.DashStyle | ||
ToDx ( this value ) : SharpDX.Direct2D1.ExtendMode | ||
ToDx ( this f ) : SharpDX.Direct2D1.FillMode | ||
ToDx ( this lineJoin ) : SharpDX.Direct2D1.LineJoin | ||
ToDx ( this m ) : SharpDX.Matrix3x2 | ||
ToDx ( this format ) : SharpDX.Direct2D1.PixelFormat | ||
ToDx ( this value ) : SharpDX.Rectangle | ||
ToDx ( this value ) : SharpDX.RectangleF | ||
ToDx ( this value ) : SharpDX.Size2 | ||
ToDx ( this value ) : SharpDX.Size2F | ||
ToDx ( this value ) : SharpDX.Vector2 | ||
ToDx ( this points ) : SharpDX.Vector2[] | ||
ToDxColor ( this color ) : SharpDX.Color | ||
ToDxF ( this value ) : SharpDX.RectangleF | ||
ToEto ( this value ) : Color | ||
ToEto ( this d ) : DashStyle | ||
ToEto ( this f ) : FillMode | ||
ToEto ( this m ) : IMatrix | ||
ToEto ( this value ) : ImageInterpolation | ||
ToEto ( this value ) : Point | ||
ToEto ( this value ) : Eto.Drawing.Rectangle | ||
ToEto ( this value ) : Eto.Drawing.Size | ||
ToEto ( this value ) : Eto.Drawing.SizeF | ||
ToEtoF ( this value ) : Eto.Drawing.RectangleF | ||
ToEtoStyle ( this font ) : FontStyle | ||
ToGeometry ( this path ) : SharpDX.Direct2D1.Geometry | ||
ToHandler ( this path ) : Eto.Direct2D.Drawing.GraphicsPathHandler | ||
ToPenData ( this pen ) : Eto.Direct2D.Drawing.PenData | ||
ToSD ( this bmp ) : System.Drawing.Bitmap | ||
ToSDPixelFormat ( this pixelFormat ) : System.Drawing.Imaging.PixelFormat | ||
ToWic ( this format ) : System.Guid | ||
ToWic ( this image ) : SharpDX.WIC.Bitmap | ||
ToWpfMneumonic ( this value ) : string |
public static Convert ( FontStyle value, SharpDX.DirectWrite &fontStyle, SharpDX.DirectWrite &fontWeight ) : void | ||
value | FontStyle | |
fontStyle | SharpDX.DirectWrite | |
fontWeight | SharpDX.DirectWrite | |
return | void |
public static DegreesToRadians ( float angle ) : float | ||
angle | float | |
return | float |
public static ToBitmap ( this bmp, System.Guid pixelFormat = null ) : SharpDX.WIC.Bitmap | ||
bmp | this | |
pixelFormat | System.Guid | |
return | SharpDX.WIC.Bitmap |
public static ToDx ( this image, SharpDX.Direct2D1 target, Eto.Drawing.Size fittingSize = null ) : SharpDX.Direct2D1.Bitmap | ||
image | this | |
target | SharpDX.Direct2D1 | |
fittingSize | Eto.Drawing.Size | |
return | SharpDX.Direct2D1.Bitmap |
public static ToDx ( this value ) : SharpDX.Direct2D1.BitmapInterpolationMode | ||
value | this | |
return | SharpDX.Direct2D1.BitmapInterpolationMode |
public static ToDx ( this brush, SharpDX.Direct2D1 target ) : SharpDX.Direct2D1.Brush | ||
brush | this | |
target | SharpDX.Direct2D1 | |
return | SharpDX.Direct2D1.Brush |
public static ToDx ( this lineCap ) : SharpDX.Direct2D1.CapStyle | ||
lineCap | this | |
return | SharpDX.Direct2D1.CapStyle |
public static ToDx ( this color ) : SharpDX.Color4 | ||
color | this | |
return | SharpDX.Color4 |
public static ToDx ( this d ) : SharpDX.Direct2D1.DashStyle | ||
d | this | |
return | SharpDX.Direct2D1.DashStyle |
public static ToDx ( this value ) : SharpDX.Direct2D1.ExtendMode | ||
value | this | |
return | SharpDX.Direct2D1.ExtendMode |
public static ToDx ( this f ) : SharpDX.Direct2D1.FillMode | ||
f | this | |
return | SharpDX.Direct2D1.FillMode |
public static ToDx ( this lineJoin ) : SharpDX.Direct2D1.LineJoin | ||
lineJoin | this | |
return | SharpDX.Direct2D1.LineJoin |
public static ToDx ( this m ) : SharpDX.Matrix3x2 | ||
m | this | |
return | SharpDX.Matrix3x2 |
public static ToDx ( this format ) : SharpDX.Direct2D1.PixelFormat | ||
format | this | |
return | SharpDX.Direct2D1.PixelFormat |
public static ToDx ( this value ) : SharpDX.Rectangle | ||
value | this | |
return | SharpDX.Rectangle |
public static ToDx ( this value ) : SharpDX.RectangleF | ||
value | this | |
return | SharpDX.RectangleF |
public static ToDx ( this value ) : SharpDX.Size2 | ||
value | this | |
return | SharpDX.Size2 |
public static ToDx ( this value ) : SharpDX.Size2F | ||
value | this | |
return | SharpDX.Size2F |
public static ToDx ( this value ) : SharpDX.Vector2 | ||
value | this | |
return | SharpDX.Vector2 |
public static ToDx ( this points ) : SharpDX.Vector2[] | ||
points | this | |
return | SharpDX.Vector2[] |
public static ToDxColor ( this color ) : SharpDX.Color | ||
color | this | |
return | SharpDX.Color |
public static ToDxF ( this value ) : SharpDX.RectangleF | ||
value | this | |
return | SharpDX.RectangleF |
public static ToEto ( this value ) : ImageInterpolation | ||
value | this | |
return | ImageInterpolation |
public static ToEto ( this value ) : Eto.Drawing.Rectangle | ||
value | this | |
return | Eto.Drawing.Rectangle |
public static ToEto ( this value ) : Eto.Drawing.Size | ||
value | this | |
return | Eto.Drawing.Size |
public static ToEto ( this value ) : Eto.Drawing.SizeF | ||
value | this | |
return | Eto.Drawing.SizeF |
public static ToEtoF ( this value ) : Eto.Drawing.RectangleF | ||
value | this | |
return | Eto.Drawing.RectangleF |
public static ToEtoStyle ( this font ) : FontStyle | ||
font | this | |
return | FontStyle |
public static ToGeometry ( this path ) : SharpDX.Direct2D1.Geometry | ||
path | this | |
return | SharpDX.Direct2D1.Geometry |
public static ToHandler ( this path ) : Eto.Direct2D.Drawing.GraphicsPathHandler | ||
path | this | |
return | Eto.Direct2D.Drawing.GraphicsPathHandler |
public static ToPenData ( this pen ) : Eto.Direct2D.Drawing.PenData | ||
pen | this | |
return | Eto.Direct2D.Drawing.PenData |
public static ToSD ( this bmp ) : System.Drawing.Bitmap | ||
bmp | this | |
return | System.Drawing.Bitmap |
public static ToSDPixelFormat ( this pixelFormat ) : System.Drawing.Imaging.PixelFormat | ||
pixelFormat | this | |
return | System.Drawing.Imaging.PixelFormat |
public static ToWic ( this format ) : System.Guid | ||
format | this | |
return | System.Guid |
public static ToWic ( this image ) : SharpDX.WIC.Bitmap | ||
image | this | |
return | SharpDX.WIC.Bitmap |
public static ToWpfMneumonic ( this value ) : string | ||
value | this | |
return | string |