TdxSmartGlyph.GetSourceSize Method
Returns the Smart Glyph container’s actual pixel dimensions.
Declaration
function GetSourceSize: TSize;
Returns
Type | Description |
---|---|
TSize | The image container’s pixel dimensions. |
Remarks
DevExpress controls call the GetSourceSize
function through the IdxSourceSize interface to calculate all areas required to display UI element glyphs.
See Also