The GraphicStream type exposes the following members.

Methods

  NameDescription
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.
DrawArcOverloaded.
DrawCircleOverloaded.
DrawEllipseOverloaded.
DrawGraphicsPathOverloaded.
DrawHtmlText
Draws formatted text.
DrawImageOverloaded.
DrawLineOverloaded.
DrawPieOverloaded.
DrawPolygon
DrawRectangleOverloaded.
DrawTextOverloaded.
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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FillCircleOverloaded.
FillEllipseOverloaded.
FillPathOverloaded.
FillPieOverloaded.
FillPolygonOverloaded.
FillRectangleOverloaded.
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
Returns a String that represents the current Object.
(Inherited from Object.)
Transform
Applies the given transform matrix for current graphics object.

See Also