Skip to main content
A newer version of this page is available. .

BaseLeafPrimitive.ResetTransform() Method

Resets the object’s location, rotation angle and scale factor.

Namespace: DevExpress.XtraGauges.Core.Primitive

Assembly: DevExpress.XtraGauges.v18.2.Core.dll

Declaration

public void ResetTransform()

Remarks

This method resets the BaseLeafPrimitive.Location, BaseLeafPrimitive.Angle and BaseLeafPrimitive.ScaleFactor properties, and so positions the object at this default position with no zooming.

See Also