dxGetScaleFactorForInterface(IUnknown) Method
Returns the specified component’s scale factor.
Declaration
function dxGetScaleFactorForInterface(const AOwner: IUnknown): TdxScaleFactor;
Parameters
| Name | Type |
|---|---|
| AOwner | IUnknown |
Returns
| Type |
|---|
| TdxScaleFactor |
Remarks
This global function works similar to dxGetScaleFactor. Unlike it, the dxGetScaleFactorForInterface function accepts an interface to the component instead of reference (in Delphi) or pointer (in C++Builder).
See Also