BaseLeafPrimitive.ResetTransform() Method
Resets the object’s location, rotation angle and scale factor.
Namespace: DevExpress.XtraGauges.Core.Primitive
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
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