C# Class Sharpex2D.Rendering.DirectX11.DirectXPen

Inheritance: IPen
Show file Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
DirectXPen ( ) : SharpDX.Direct2D1

Initializes a new DirectXPen class.

DirectXPen ( Color color, float width ) : SharpDX.Direct2D1

Initializes a new DirectXPen class.

Private Methods

Method Description
GetPen ( ) : SharpDX.Direct2D1.SolidColorBrush

Gets the Pen.

Method Details

DirectXPen() public method

Initializes a new DirectXPen class.
public DirectXPen ( ) : SharpDX.Direct2D1
return SharpDX.Direct2D1

DirectXPen() public method

Initializes a new DirectXPen class.
public DirectXPen ( Color color, float width ) : SharpDX.Direct2D1
color Color The Color.
width float The Width.
return SharpDX.Direct2D1