Skip to main content

BaseLeafPrimitive.ResetTransform() Method

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

Namespace: DevExpress.XtraGauges.Core.Primitive

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

NuGet Package: DevExpress.Gauges.Core

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