BuildEvalMessage(float)
|
Builds the evaluation message.
|
Clone()
|
Performs a cloning of this instance.
|
DrawBorder(Border, RectangleF)
|
Draws the border.
|
DrawBorder(Border, RectangleF, float, float, float, float)
|
Draws the border.
|
DrawBorder(Border, float, float, float, float)
|
Draws the border.
|
DrawCheckBoxInputField(RectangleF, string, bool, bool, InputBorderStyle, float, Color, bool, float, InputCheckStyle)
|
Draw the checkBox input field
|
DrawDoubleLine(float, float, float, float)
|
Draws the double line.
|
DrawEllipse(float, float, float, float)
|
Draws the ellipse.
|
DrawEllipseDoubleLine(float, float, float, float)
|
Draws the double line ellipse.
|
DrawImage(Image, bool, RectangleF)
|
Draws the image.
|
DrawImage(Image, bool, RectangleF, string)
|
Draws the image.
|
DrawImage(Image, bool, float, float, float, float)
|
Draws the image.
|
DrawImage(Image, bool, float, float, float, float, string)
|
Draws the image.
|
DrawImage(Image, RectangleF)
|
Draws the image.
|
DrawImage(Image, RectangleF, string)
|
Draws the image.
|
DrawImage(Image, float, float, float, float)
|
Draws the image.
|
DrawImage(Image, float, float, float, float, string)
|
Draws the image.
|
DrawImage(Image, float, float, float, float, string, string)
|
Draws the image.
|
DrawImage(Image, float, float, float, float, string, string, string)
|
Draws the image.
|
DrawLine(float, float, float, float)
|
Draws the line.
|
DrawRect(RectangleF)
|
Draws the rect.
|
DrawRect(float, float, float, float)
|
Draws the rect.
|
DrawRoundRect(float, float, float, float, float, float)
|
Draws the round rect.
|
DrawRoundRect(float, float, float, float, float, float, float, float, float)
|
Renders rounded rect with different corner radiuses.
|
DrawRoundRectDoubleLine(float, float, float, float, float, float, float, float, float)
|
Draws the double line round rect.
|
DrawTable(RectangleF)
|
Draws the table.
|
DrawText(string, RectangleF)
|
Draws the text.
|
DrawText(string, RectangleF, string)
|
Draws the text.
|
DrawText(string, float, float, float, float)
|
Draws the text.
|
DrawText(string, float, float, float, float, string)
|
Draws the text.
|
DrawText(string[], RectangleF)
|
Draws the text.
|
DrawText(string[], RectangleF, string)
|
Draws the text.
|
DrawText(string[], float, float, float, float)
|
Draws the text.
|
DrawText(string[], float, float, float, float, string)
|
Draws the text.
|
DrawTextFallback(string[], float, float, float, float, string, string[])
|
Draws the text fallback.
|
DrawTextFallback(string[], float, float, float, float, string[])
|
Draws the text fallback.
|
DrawTextInputField(RectangleF, string, bool, bool, InputBorderStyle, float, Color, int, bool, bool, bool, InputTextAlign, string[])
|
Draw the text input field
|
FillRect(RectangleF)
|
Fills the rect.
|
FillRect(float, float, float, float)
|
Fills the rect.
|
IntersectClip(RectangleF)
|
Intersects the clip.
|
IntersectClip(float, float, float, float)
|
Intersects the clip.
|
Load(Stream)
|
Load
|
Load(string)
|
Load
|
MeasureParagraphHeight(string, float)
|
Measures the height of the specified text if rendered using the current page settings with the specified width.
|
MeasureParagraphHeight(string, float, Font)
|
Measures the height of the specified text if rendered using the current page settings with the specified width.
|
MeasureText(string)
|
Measures the text string with the currently selected font.
|
MeasureText(string, Font)
|
Measures the text string.
|
RestoreClip()
|
Restores the clip.
|
SaveClip()
|
Saves the clip.
|
SetTextBoundsRange(float, float)
|
Sets text top/bottom bounds.
|