The GraphicStream type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginGroup | Saves a graphics container with the current state of this Graphics object and opens and uses a new graphics container. | |
ClipPath | Sets the clipping assigned by the Path. | |
ClipRectangle | Limits the drawing region of this GraphicStream object. | |
Close | Close the graphics stream. | |
DrawArc | Overloaded. | |
DrawCircle | Overloaded. | |
DrawEllipse | Overloaded. | |
DrawGraphicsPath | Overloaded. | |
DrawHtmlText | Draws formatted text. | |
DrawImage | Overloaded. | |
DrawLine | Overloaded. | |
DrawPie | Overloaded. | |
DrawPolygon | ||
DrawRectangle | Overloaded. | |
DrawText | Overloaded. | |
EndGroup | Closes the current graphics container and restores the state of this Graphics object to the state saved by the call to the BeginGroup()()() method. | |
Equals | (Inherited from Object.) | |
FillCircle | Overloaded. | |
FillEllipse | Overloaded. | |
FillPath | Overloaded. | |
FillPie | Overloaded. | |
FillPolygon | Overloaded. | |
FillRectangle | Overloaded. | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
Flush | Flushes any underlying stream, performs all the operations required to complete the operation. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetSmoothMode | Sets the smooth graphics settings. | |
ToString | (Inherited from Object.) | |
Transform | Applies the given transform matrix for current graphics object. |