Method | Description | |
---|---|---|
DirectXPen ( ) : SharpDX.Direct2D1 |
Initializes a new DirectXPen class.
|
|
DirectXPen ( Color color, float width ) : SharpDX.Direct2D1 |
Initializes a new DirectXPen class.
|
Method | Description | |
---|---|---|
GetPen ( ) : SharpDX.Direct2D1.SolidColorBrush |
Gets the Pen.
|
public DirectXPen ( Color color, float width ) : SharpDX.Direct2D1 | ||
color | Color | The Color. |
width | float | The Width. |
return | SharpDX.Direct2D1 |