|
Anark Core SDK
|
Geometry for an annotation or a sub-section of an annotation. More...
Public Member Functions | |
| ISdkAnnotationGeometry | CreateTransformedGeometry (ISdkVector2D translationVector) |
| Transform the geometry by applying a 2D translation vector. | |
| ISdkAnnotationGeometry | CreateScaledGeometry (ISdkVector2D scaleVector) |
| Scale the geometry in the X and Y directions separately. | |
| ISdkAnnotationGeometry | CreateScaledGeometry (double scale) |
| Scale the geometry in the X and Y directions simultaneously. | |
Properties | |
| double | Height [get] |
| The height of the geometry. | |
| double | Width [get] |
| The width of the geometry. | |
| Properties inherited from Anark.CoreSdkApi.Entities.ISdkGeometry< TGroup, TPrimitive, TVertex > | |
| IEnumerable< TGroup > | Geometry [get] |
| The geometry groups that define the object or sub-section of the object. | |
Geometry for an annotation or a sub-section of an annotation.
| ISdkAnnotationGeometry Anark.CoreSdkApi.Entities.ISdkAnnotationGeometry.CreateScaledGeometry | ( | double | scale | ) |
Scale the geometry in the X and Y directions simultaneously.
| scale | The scale to apply. |
Implemented in Anark.CoreSdkApi.Entities.SdkAnnotationGeometry.
| ISdkAnnotationGeometry Anark.CoreSdkApi.Entities.ISdkAnnotationGeometry.CreateScaledGeometry | ( | ISdkVector2D | scaleVector | ) |
Scale the geometry in the X and Y directions separately.
| scaleVector | The scale to apply in each direction. |
Implemented in Anark.CoreSdkApi.Entities.SdkAnnotationGeometry.
| ISdkAnnotationGeometry Anark.CoreSdkApi.Entities.ISdkAnnotationGeometry.CreateTransformedGeometry | ( | ISdkVector2D | translationVector | ) |
Transform the geometry by applying a 2D translation vector.
| translationVector | The translation to apply. |
Implemented in Anark.CoreSdkApi.Entities.SdkAnnotationGeometry.
|
get |
The height of the geometry.
Implemented in Anark.CoreSdkApi.Entities.SdkAnnotationGeometry.
|
get |
The width of the geometry.
Implemented in Anark.CoreSdkApi.Entities.SdkAnnotationGeometry.