Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxScaleFactor Members

In This Article
Stores a scale factor for visual elements.

#Properties

Name Description
Assigned Identifies if the scaling factor is not equal to 1.
Denominator Returns the scaling factor’s denominator value.
Numerator Returns the scaling factor’s numerator value.

#Methods
Show Inherited Hide Inherited

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