C# 클래스 Eto.Direct2D.Conversions

Direct2D conversions. This file is part of the Direct2D platform library and is also linked into the Xaml platform library.
파일 보기 프로젝트 열기: picoe/Eto

공개 메소드들

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

메소드 상세

Convert() 공개 정적인 메소드

public static Convert ( FontStyle value, SharpDX.DirectWrite &fontStyle, SharpDX.DirectWrite &fontWeight ) : void
value FontStyle
fontStyle SharpDX.DirectWrite
fontWeight SharpDX.DirectWrite
리턴 void

DegreesToRadians() 공개 정적인 메소드

public static DegreesToRadians ( float angle ) : float
angle float
리턴 float

IsBold() 공개 정적인 메소드

public static IsBold ( this weight ) : bool
weight this
리턴 bool

ToBitmap() 공개 정적인 메소드

public static ToBitmap ( this bmp, System.Guid pixelFormat = null ) : SharpDX.WIC.Bitmap
bmp this
pixelFormat System.Guid
리턴 SharpDX.WIC.Bitmap

ToDx() 공개 정적인 메소드

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
리턴 SharpDX.Direct2D1.Bitmap

ToDx() 공개 정적인 메소드

public static ToDx ( this value ) : SharpDX.Direct2D1.BitmapInterpolationMode
value this
리턴 SharpDX.Direct2D1.BitmapInterpolationMode

ToDx() 공개 정적인 메소드

public static ToDx ( this brush, SharpDX.Direct2D1 target ) : SharpDX.Direct2D1.Brush
brush this
target SharpDX.Direct2D1
리턴 SharpDX.Direct2D1.Brush

ToDx() 공개 정적인 메소드

public static ToDx ( this lineCap ) : SharpDX.Direct2D1.CapStyle
lineCap this
리턴 SharpDX.Direct2D1.CapStyle

ToDx() 공개 정적인 메소드

public static ToDx ( this color ) : SharpDX.Color4
color this
리턴 SharpDX.Color4

ToDx() 공개 정적인 메소드

public static ToDx ( this d ) : SharpDX.Direct2D1.DashStyle
d this
리턴 SharpDX.Direct2D1.DashStyle

ToDx() 공개 정적인 메소드

public static ToDx ( this value ) : SharpDX.Direct2D1.ExtendMode
value this
리턴 SharpDX.Direct2D1.ExtendMode

ToDx() 공개 정적인 메소드

public static ToDx ( this f ) : SharpDX.Direct2D1.FillMode
f this
리턴 SharpDX.Direct2D1.FillMode

ToDx() 공개 정적인 메소드

public static ToDx ( this lineJoin ) : SharpDX.Direct2D1.LineJoin
lineJoin this
리턴 SharpDX.Direct2D1.LineJoin

ToDx() 공개 정적인 메소드

public static ToDx ( this m ) : SharpDX.Matrix3x2
m this
리턴 SharpDX.Matrix3x2

ToDx() 공개 정적인 메소드

public static ToDx ( this format ) : SharpDX.Direct2D1.PixelFormat
format this
리턴 SharpDX.Direct2D1.PixelFormat

ToDx() 공개 정적인 메소드

public static ToDx ( this value ) : SharpDX.Rectangle
value this
리턴 SharpDX.Rectangle

ToDx() 공개 정적인 메소드

public static ToDx ( this value ) : SharpDX.RectangleF
value this
리턴 SharpDX.RectangleF

ToDx() 공개 정적인 메소드

public static ToDx ( this value ) : SharpDX.Size2
value this
리턴 SharpDX.Size2

ToDx() 공개 정적인 메소드

public static ToDx ( this value ) : SharpDX.Size2F
value this
리턴 SharpDX.Size2F

ToDx() 공개 정적인 메소드

public static ToDx ( this value ) : SharpDX.Vector2
value this
리턴 SharpDX.Vector2

ToDx() 공개 정적인 메소드

public static ToDx ( this points ) : SharpDX.Vector2[]
points this
리턴 SharpDX.Vector2[]

ToDxColor() 공개 정적인 메소드

public static ToDxColor ( this color ) : SharpDX.Color
color this
리턴 SharpDX.Color

ToDxF() 공개 정적인 메소드

public static ToDxF ( this value ) : SharpDX.RectangleF
value this
리턴 SharpDX.RectangleF

ToEto() 공개 정적인 메소드

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

ToEto() 공개 정적인 메소드

public static ToEto ( this d ) : DashStyle
d this
리턴 DashStyle

ToEto() 공개 정적인 메소드

public static ToEto ( this f ) : FillMode
f this
리턴 FillMode

ToEto() 공개 정적인 메소드

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

ToEto() 공개 정적인 메소드

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

ToEto() 공개 정적인 메소드

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

ToEto() 공개 정적인 메소드

public static ToEto ( this value ) : Eto.Drawing.Rectangle
value this
리턴 Eto.Drawing.Rectangle

ToEto() 공개 정적인 메소드

public static ToEto ( this value ) : Eto.Drawing.Size
value this
리턴 Eto.Drawing.Size

ToEto() 공개 정적인 메소드

public static ToEto ( this value ) : Eto.Drawing.SizeF
value this
리턴 Eto.Drawing.SizeF

ToEtoF() 공개 정적인 메소드

public static ToEtoF ( this value ) : Eto.Drawing.RectangleF
value this
리턴 Eto.Drawing.RectangleF

ToEtoStyle() 공개 정적인 메소드

public static ToEtoStyle ( this font ) : FontStyle
font this
리턴 FontStyle

ToGeometry() 공개 정적인 메소드

public static ToGeometry ( this path ) : SharpDX.Direct2D1.Geometry
path this
리턴 SharpDX.Direct2D1.Geometry

ToHandler() 공개 정적인 메소드

public static ToHandler ( this path ) : Eto.Direct2D.Drawing.GraphicsPathHandler
path this
리턴 Eto.Direct2D.Drawing.GraphicsPathHandler

ToPenData() 공개 정적인 메소드

public static ToPenData ( this pen ) : Eto.Direct2D.Drawing.PenData
pen this
리턴 Eto.Direct2D.Drawing.PenData

ToSD() 공개 정적인 메소드

public static ToSD ( this bmp ) : System.Drawing.Bitmap
bmp this
리턴 System.Drawing.Bitmap

ToSDPixelFormat() 공개 정적인 메소드

public static ToSDPixelFormat ( this pixelFormat ) : System.Drawing.Imaging.PixelFormat
pixelFormat this
리턴 System.Drawing.Imaging.PixelFormat

ToWic() 공개 정적인 메소드

public static ToWic ( this format ) : System.Guid
format this
리턴 System.Guid

ToWic() 공개 정적인 메소드

public static ToWic ( this image ) : SharpDX.WIC.Bitmap
image this
리턴 SharpDX.WIC.Bitmap

ToWpfMneumonic() 공개 정적인 메소드

public static ToWpfMneumonic ( this value ) : string
value this
리턴 string