Click or drag to resize

EllipseArithmeticTransformEllipseToMetafileCommand Method

Transform the given ellipse with the given transformation. Attention: Works only for 2D ellipses.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public 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

EllipseToMetafileCommand
The transformed ellipse
See Also