C# Class Sharpex2D.Rendering.DirectX11.DirectXPen

Inheritance: IPen
Afficher le fichier Open project: ThuCommix/Sharpex2D

Méthodes publiques

Méthode Description
DirectXPen ( ) : SharpDX.Direct2D1

Initializes a new DirectXPen class.

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

Initializes a new DirectXPen class.

Private Methods

Méthode Description
GetPen ( ) : SharpDX.Direct2D1.SolidColorBrush

Gets the Pen.

Method Details

DirectXPen() public méthode

Initializes a new DirectXPen class.
public DirectXPen ( ) : SharpDX.Direct2D1
Résultat SharpDX.Direct2D1

DirectXPen() public méthode

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