Click or drag to resize

SetBitmapMetafileCommandSetZCoordsToZero Method

Sets all z-coordinates in this object to zero.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public override void SetZCoordsToZero()
Remarks
This may be necessary in case some vector optimizations show unexpected results because the z-coordinate cannot be seen in the projection to the x-y-plane.
See Also