[Missing <summary> documentation for "T:Stimulsoft.Base.Drawing.StiDrawing"]
Inheritance Hierarchy
Namespace:
Stimulsoft.Base.Drawing
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntaxpublic sealed class StiDrawing
Public NotInheritable Class StiDrawing
The StiDrawing type exposes the following members.
Constructors
| Name | Description |
---|
 | StiDrawing | Initializes a new instance of the StiDrawing class |
Top
Methods
| Name | Description |
---|
  | DrawLine(Graphics, Color, Double, Double, Double, Double) | |
  | DrawLine(Graphics, Pen, Double, Double, Double, Double) | |
  | DrawRectangle(Graphics, Color, RectangleD) | |
  | DrawRectangle(Graphics, Pen, RectangleD) | |
  | DrawRectangle(Graphics, Color, Double, Double, Double, Double) | |
  | DrawRectangle(Graphics, Pen, Double, Double, Double, Double) | |
  | DrawSelectedPoint | |
  | DrawSelectedRectangle | |
  | DrawString(Graphics, String, Font, StiBrush, RectangleD, StringFormat) | |
  | DrawString(Graphics, String, Font, StiBrush, Rectangle, StringFormat) | |
  | DrawString(Graphics, String, Font, StiBrush, RectangleF, StringFormat) | |
  | DrawString(Graphics, String, Font, Color, RectangleD, StringFormat) | |
  | DrawString(Graphics, String, Font, Color, Rectangle, StringFormat) | |
  | DrawString(Graphics, String, Font, Color, RectangleF, StringFormat) | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
  | FillRectangle(Graphics, StiBrush, RectangleD) | |
  | FillRectangle(Graphics, StiBrush, RectangleF) | |
  | FillRectangle(Graphics, Brush, RectangleD) | |
  | FillRectangle(Graphics, Brush, RectangleF) | |
  | FillRectangle(Graphics, Color, RectangleD) | |
  | FillRectangle(Graphics, Color, Rectangle) | |
  | FillRectangle(Graphics, Color, RectangleF) | |
  | FillRectangle(Graphics, StiBrush, Double, Double, Double, Double) | |
  | FillRectangle(Graphics, Brush, Double, Double, Double, Double) | |
  | FillRectangle(Graphics, Color, Double, Double, Double, Double) | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also