Version

Search Results

AlternateFill Property (IGraphics)

Gets or sets a boolean value that selects between Non-zero winding number and Evenodd filling rules. Syntax

Brush Property (IGraphics)

Gets or sets a Brush object that defines the color and texture for text strings and shapes. Syntax

CharSpacing Property (IGraphics)

Gets or sets a float value that defines the distance between characters in text strings in points. Syntax

ClipArc Method (IGraphics)

Clips 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...

ClipBeziers Method (IGraphics)

Clips a series of cubic Bezier splines. Syntax Parameters points Array of Point objects that represent the points that determine the curve. Remarks This method draws a cubic bezier curve; as such, four points are required or an exception will be thrown.

ClipChord Method (IGraphics)

Clips 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...

ClipClosedCurve Method (IGraphics)

Clips 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.

ClipEllipse Method (IGraphics)

Clips 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...

ClipPie Method (IGraphics)

Clips 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...

ClipPolygon Method (IGraphics)

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