| |
Method name |
Brief description |
 |
DrawImageTransparent |
The DrawImageTransparent method renders the image in the specified integer rectangle with the specified transparency. |
 |
DrawImageTransparentF |
The DrawImageTransparentF method renders the image in the specified real rectangle with the specified transparency. |
 |
DrawTextF |
The DrawTextF method displays the text in the specified coordinates with the specified format. |
 |
DrawTextP |
The DrawTextP method displays the text in the specified point. |
 |
DrawTextPF |
The DrawTextPF method displays the text in the specified point with the specified format. |
 |
DrawTextR |
The DrawTextR method displays the text in the specified rectangle. |
 |
DrawTextRF |
The DrawTextRF method displays the text in the specified rectangle with the specified format. |
 |
DrawTextW |
The DrawTextW method displays the text in the specified coordinates. |
 |
FillColorRectangle |
The FillColorRectangle method fills the integer rectangle with the determined color. |
 |
FillColorRectangleF |
The FillColorRectangleF method fills the real rectangle with color. |
 |
FillRectangle |
The FillRectangle method fills the integer rectangle with the brush passed by the Brush parameter. |
 |
FillRectangleF |
The FillRectangleF method fills the real rectangle with the brush passed by the Brush parameter. |
 |
MeasureTextRF |
The MeasureTextRF method calculates the size of the text with the specified format. |
 |
RestoreState |
The RestoreState method restores the state of the graphic object. |
 |
SaveState |
The SaveState method saves the state of the graphic object. |
 |
SetScale |
The SetScale method sets the scale of the graphic image. |
 |
SetTranslate |
The SetTranslate method shifts the origin of coordinates. |