This topic has not yet been rated - Rate this topic

Graphics.FillClosedCurve Method

Fills the interior of a closed cardinal spline curve defined by an array of Point structures.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method FillClosedCurve(Brush, Point[]) Fills the interior of a closed cardinal spline curve defined by an array of Point structures.
Public method FillClosedCurve(Brush, PointF[]) Fills the interior of a closed cardinal spline curve defined by an array of PointF structures.
Public method FillClosedCurve(Brush, Point[], FillMode) Fills the interior of a closed cardinal spline curve defined by an array of Point structures using the specified fill mode.
Public method FillClosedCurve(Brush, PointF[], FillMode) Fills the interior of a closed cardinal spline curve defined by an array of PointF structures using the specified fill mode.
Public method FillClosedCurve(Brush, Point[], FillMode, Single) Fills the interior of a closed cardinal spline curve defined by an array of Point structures using the specified fill mode and tension.
Public method FillClosedCurve(Brush, PointF[], FillMode, Single) Fills the interior of a closed cardinal spline curve defined by an array of PointF structures using the specified fill mode and tension.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.