ClearFontRectangle Statement:
Clear font rectangle data. Cancel the rectangle set with SetFontRectangle.
Object.ClearFontRectangle
|
Sample: object.ClearFontRectangle
This method turns off text output in the rectangle selected with
SetFontRectangle method. After calling ClearFontRectangle method, you can draw
text in any place of the current image. You can set the rectangle with
SetFontRectangle method and use SetTextAlign method to set font align in the
rectangle.
See also
SetFontRectangle,ClearFontRectangle,
TextOut,SetAlignText
More samples:
|