Version

Search Results

DrawString(Single,Single,String) Method

Draws the specified text string at the specified location. Syntax Parameters x X-coordinate of the upper-left corner of the text.y Y-coordinate of the upper-left corner of the text.text String to draw.

DrawString(String) Method

Draws the specified text string at the current location. Syntax Parameters text String to draw.

DrawString Method (Graphics)

Draws the specified text string at the current location. Overload List

EndHyperlink Method (Graphics)

Stops the hyperlink. Syntax

EndShape Method (Graphics)

Ends current shape. Syntax

FillArc Method (Graphics)

Fills an arc. Syntax Parameters x X-coordinate of the upper-left corner of the bounding rectangle that defines the arc.y Y-coordinate of the upper-left corner of the bounding rectangle that defines the arc.width Width of the bounding rectangle that defines the arc.height Height of the bounding rectangle that defin...

FillBeziers Method (Graphics)

Fills a series of Bezier splines. Syntax Parameters points Array of Point objects that represent the points that determine the curve.

FillChord Method (Graphics)

Fills a chord. Syntax Parameters x X-coordinate of the upper-left corner of the bounding rectangle that defines the chord.y Y-coordinate of the upper-left corner of the bounding rectangle that defines the chord.width Width of the bounding rectangle that defines the chord.height Height of the bounding rectangle tha...

FillClosedCurve Method (Graphics)

Fills a closed cardinal spline. Syntax Parameters points Array of Point objects that define the spline.tension Value greater than or equal to 0.0F that specifies the tension of the curve.

FillEllipse Method (Graphics)

Fills an ellipse. Syntax Parameters x X-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.y Y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.width Width of the bounding rectangle that defines the ellipse.height Height of the bounding rect...