|
| | Sdk2DLineStrip (IEnumerable< ISdkVertex2D > vertices) |
| | Initialize the linestrip with a collection of vertices.
|
| ISdk2DGeometryPrimitive | Transform (double translationX, double translationY) |
| | Applies a 2D transformation.- Parameters
-
| translationX | X translation amount |
| translationY | Y translation amount |
- Returns
- A new primitive with the transform applied.
|
| ISdk2DGeometryPrimitive | Scale (double scaleX, double scaleY) |
| | Applies a 2D scale.- Parameters
-
| scaleX | X scale amount |
| scaleY | Y scale amount |
- Returns
- A new primitive with the scale applied.
|