Skip to main content

TdxScaleFactor Methods

Stores a scale factor for visual elements.
Name Description
Apply(Integer,TdxScaleFactor)
Apply(Integer,Integer,Integer)
Apply(Integer)
Apply(TPoint,TdxScaleFactor)
Apply(TPoint,Integer,Integer)
Apply(TPoint)
Apply(TRect,TdxScaleFactor)
Apply(TRect,Integer,Integer)
Apply(TRect)
Apply(TSize,TdxScaleFactor)
Apply(TSize,Integer,Integer) Applies the current or modified scaling factor to the specified value.
Apply(TSize)
ApplyF(TdxPointF)
ApplyF(TdxRectF)
ApplyF(TdxSizeF)
ApplyF(Double)
ApplyF(Single)
Assign(TdxScaleFactor) Updates the scale factor from the specified source.
Assign(Integer,Integer,Boolean) Updates the scale factor’s numerator and denominator.
Change(Integer,Integer) Multiplies the numerator and denominator by the two specified values.
Equals(TObject) Compares two UI scaling factors.
GetHashCode Inherited from TObject.
ListenerAdd(TdxScaleFactorNotifyEvent) Registers the specified scaling factor change event handler.
ListenerRemove(TdxScaleFactorNotifyEvent) Unregisters the specified scaling factor change event handler.
Revert(Integer)
Revert(TPoint)
Revert(TRect)
Revert(TSize) Applies the inverted current scaling factor to the specified value.
RevertF(TdxPointF)
RevertF(TdxRectF)
RevertF(TdxSizeF)
RevertF(Double)
RevertF(Single)
ToString Inherited from TObject.
See Also