TBSetEdgeDistanceΒΆ
TBSetEdgeDistance specifies the distance between the text string and the left and top edges of the bounding box.
- bool = TBSetEdgeDistance (hText, rsDistance)
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
- hText
The handle of a text object created with TBCreate.
- rsDistance
rsDistance is the distance between the text end the bounding rectangle in centimeters.
See also
id-941280