IdxRichEditShapeLine.GetThickness Method
In This Article
Returns the floating shape‘s outline width, in typographic points.
#Declaration
Delphi
function GetThickness: Single;
#Returns
Type |
---|
Single |
#Remarks
This function always returns the floating shape’s outline width in typographic points, ignoring the parent document‘s Unit property value.
The GetThickness function is the Thickness property’s getter.
See Also