Property | Type | Description | |
---|---|---|---|
ConvertRectangle | |||
ConvertRectangleF |
Method | Description | |
---|---|---|
ConvertColor ( |
Converts the Color.
|
|
ConvertEllipse ( Math ellipse ) : Ellipse |
Converts the Rectangle.
|
|
ConvertPointF ( Sharpex2D.Math.Vector2 target ) : |
Converts the Vector2.
|
|
ConvertSolidColorBrush ( |
Converts the SolidColorBrush.
|
|
ConvertVector ( Sharpex2D.Math.Vector2 p0 ) : |
Converts the Vector2.
|
Method | Description | |
---|---|---|
ConvertRectangle ( Math rectangle ) : |
Converts the Rectangle.
|
|
ConvertRectangleF ( Math rectangle ) : |
Converts the Rectangle.
|
public static ConvertColor ( |
||
value | The Color. | |
return | SlimDX.Color4 |
public static ConvertEllipse ( Math ellipse ) : Ellipse | ||
ellipse | Math | The Ellipse. |
return | Ellipse |
public static ConvertPointF ( Sharpex2D.Math.Vector2 target ) : |
||
target | Sharpex2D.Math.Vector2 | The Vector. |
return |
public static ConvertSolidColorBrush ( |
||
color | The Color. | |
return | SlimDX.Direct2D.Brush |
public static ConvertVector ( Sharpex2D.Math.Vector2 p0 ) : |
||
p0 | Sharpex2D.Math.Vector2 | The Vector2. |
return |