Click or drag to resize

StiDrawing Class

[Missing <summary> documentation for "T:Stimulsoft.Base.Drawing.StiDrawing"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.Base.DrawingStiDrawing

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public sealed class StiDrawing

The StiDrawing type exposes the following members.

Constructors
  NameDescription
Public methodStiDrawing
Initializes a new instance of the StiDrawing class
Top
Methods
  NameDescription
Public methodStatic memberDrawLine(Graphics, Color, Double, Double, Double, Double)
Public methodStatic memberDrawLine(Graphics, Pen, Double, Double, Double, Double)
Public methodStatic memberDrawRectangle(Graphics, Color, RectangleD)
Public methodStatic memberDrawRectangle(Graphics, Pen, RectangleD)
Public methodStatic memberDrawRectangle(Graphics, Color, Double, Double, Double, Double)
Public methodStatic memberDrawRectangle(Graphics, Pen, Double, Double, Double, Double)
Public methodStatic memberDrawSelectedPoint
Public methodStatic memberDrawSelectedRectangle
Public methodStatic memberDrawString(Graphics, String, Font, StiBrush, RectangleD, StringFormat)
Public methodStatic memberDrawString(Graphics, String, Font, StiBrush, Rectangle, StringFormat)
Public methodStatic memberDrawString(Graphics, String, Font, StiBrush, RectangleF, StringFormat)
Public methodStatic memberDrawString(Graphics, String, Font, Color, RectangleD, StringFormat)
Public methodStatic memberDrawString(Graphics, String, Font, Color, Rectangle, StringFormat)
Public methodStatic memberDrawString(Graphics, String, Font, Color, RectangleF, StringFormat)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFillRectangle(Graphics, StiBrush, RectangleD)
Public methodStatic memberFillRectangle(Graphics, StiBrush, RectangleF)
Public methodStatic memberFillRectangle(Graphics, Brush, RectangleD)
Public methodStatic memberFillRectangle(Graphics, Brush, RectangleF)
Public methodStatic memberFillRectangle(Graphics, Color, RectangleD)
Public methodStatic memberFillRectangle(Graphics, Color, Rectangle)
Public methodStatic memberFillRectangle(Graphics, Color, RectangleF)
Public methodStatic memberFillRectangle(Graphics, StiBrush, Double, Double, Double, Double)
Public methodStatic memberFillRectangle(Graphics, Brush, Double, Double, Double, Double)
Public methodStatic memberFillRectangle(Graphics, Color, Double, Double, Double, Double)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also