Version

Search Results

DrawChord(Single,Single,Single,Single,Single,Single) Method

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

DrawChord(Single,Single,Single,Single,Single,Single,PaintMode) Method

Draws, Fills or 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 boundi...

DrawChord Method (Graphics)

Draws a chord. Overload List

DrawClosedCurve(Point[],Single) Method

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

DrawClosedCurve(Point[],Single,PaintMode) Method

Draws, Fills or 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.mode Painting mode.

DrawClosedCurve Method (Graphics)

Draws a closed cardinal spline. Overload List

DrawCurve Method (Graphics)

Draws a 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.

DrawEllipse(Single,Single,Single,Single) Method

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

DrawEllipse(Single,Single,Single,Single,PaintMode) Method

Draws, Fills or 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 t...

DrawEllipse Method (Graphics)

Draws an ellipse. Overload List