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...
Fills a polygon. Syntax Parameters points Array of Point objects that represent the vertices of the polygon.
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.
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...
Forces execution of all pending graphics operations. Syntax
Gets or sets a Font object that defines the format for text strings. Syntax
Gets a FontMetrics object that provides information regarding the text ascent, descent and height. Syntax
Measures the specified character. Syntax Parameters ch Character to measure. Return Value Returns the width of the character in points.
Measures the specified text string. Syntax Parameters text Text string to measure. Return Value Returns the width of the string in points.
Gets a value indicating whether a hyperlink has been paused. Syntax