|
Anark Core SDK
|
A group of 2D geometry entities. More...
Public Member Functions | |
| ISdk2DGeometryGroup | Transform (double translationX, double translationY) |
| Applies a 2D transformation. | |
| ISdk2DGeometryGroup | Scale (double scaleX, double scaleY) |
| Applies a 2D scale. | |
Properties | |
| int | Layer [get] |
| The group's Z layer. | |
| Properties inherited from Anark.CoreSdkApi.Entities.ISdkGeometryGroup< TPrimitive, TVertex > | |
| ISdkColor4F | Color [get] |
| The group's color. | |
| IEnumerable< TPrimitive > | Primitives [get] |
| A collection of geometry primitives. | |
A group of 2D geometry entities.
| ISdk2DGeometryGroup Anark.CoreSdkApi.Entities.ISdk2DGeometryGroup.Scale | ( | double | scaleX, |
| double | scaleY ) |
Applies a 2D scale.
| scaleX | X scale amount |
| scaleY | Y scale amount |
Implemented in Anark.CoreSdkApi.Entities.Sdk2DGeometryGroup.
| ISdk2DGeometryGroup Anark.CoreSdkApi.Entities.ISdk2DGeometryGroup.Transform | ( | double | translationX, |
| double | translationY ) |
Applies a 2D transformation.
| translationX | X translation amount |
| translationY | Y translation amount |
Implemented in Anark.CoreSdkApi.Entities.Sdk2DGeometryGroup.
|
get |
The group's Z layer.
Implemented in Anark.CoreSdkApi.Entities.Sdk2DGeometryGroup.