MobileForms Toolkit Documentation

GraphicsEx Methods

The methods of the GraphicsEx class are listed below. For a complete list of GraphicsEx class members, see the GraphicsEx Members topic.

Public Static Methods

BlendRectangle Fills the rectangle with the passed color, respecting the color's alpha channel.
DrawAlignedStringOverloaded. Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified DrawStringOptions.
DrawArcOverloaded. Draws an arc representing a portion of an ellipse specified by a Rectangle structure.
DrawGradientOverloaded. Draws a gradient specified by a Rectangle structure.
DrawImageExOverloaded. Draws the specified image, using its original physical size, at the location specified by a coordinate pair.
DrawRoundedRectangleOverloaded. Draws a rounded rectangle specified by a Rectangle structure.
DrawVistaGradientOverloaded. Draws a vista gradient specified by a Color and Rectangle structure.
FillPieOverloaded. Fills the interior of a pie section defined by an ellipse specified by a Rectangle structure and two radial lines.
FillRoundedRectangleOverloaded. Fills the interior of a rounded rectangle specified by a Rectangle structure.
MeasureStringOverloaded. Measures the specified string when drawn with the specified Font.
RoundedRectanglePoints 
RoundedRegion 

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

GraphicsEx Class | Resco.Drawing Namespace