EllipseArithmeticTransformEllipseToMetafileCommand Method |
Transform the given ellipse with the given transformation.
Attention: Works only for 2D ellipses.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic static EllipseToMetafileCommand TransformEllipseToMetafileCommand(
EllipseToMetafileCommand command,
dmat4 transformation,
bool useOffset = false
)
Parameters
- command EllipseToMetafileCommand
- The ellipse to transform.
- transformation dmat4
- The transformation to be applied.
- useOffset Boolean (Optional)
- If true the translation component in the
transformation is taken into account, if false the translation is
ignored.
Return Value
EllipseToMetafileCommandThe transformed ellipse
See Also