Version

Search Results

FillPie Method (Graphics)

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

FillPolygon Method (Graphics)

Fills a polygon. Syntax Parameters points Array of Point objects that represent the vertices of the polygon.

FillRectangle Method (Graphics)

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

FillRoundedRect Method (Graphics)

Fills a rounded rectangle. Syntax Parameters x X-coordinate of the upper-left corner of the rectangle.y Y-coordinate of the upper-left corner of the rectangle.width Width of the rectangle.height Height of the rectangle.ew Width of the ellipse that defines rounded corners.eh Height of the ellipse that defines round...

Flush Method (Graphics)

Forces execution of all pending graphics operations. Syntax

Font Property (Graphics)

Gets or sets a Font object that defines the format for text strings. Syntax

FontMetrics Property (Graphics)

Gets a FontMetrics object that provides information regarding the text ascent, descent and height. Syntax

GetCharWidth Method (Graphics)

Measures the specified character. Syntax Parameters ch Character to measure. Return Value Returns the width of the character in points.

GetStringWidth Method (Graphics)

Measures the specified text string. Syntax Parameters text Text string to measure. Return Value Returns the width of the string in points.

HyperlinkPaused Property (Graphics)

Gets a value indicating whether a hyperlink has been paused. Syntax