Skip to main content

TdxScaleFactor Methods

Stores the UI scaling factor.
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) Assigns new numerator and denominator values.
Assign(Integer,Integer,Boolean)
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