DrawClosedCurve Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Drawing Namespace
Graphics Class
Graphics Methods
DrawClosedCurve Method
DrawClosedCurve Method (Pen, P ...
DrawClosedCurve Method (Pen, P ...
DrawClosedCurve Method (Pen, P ...
DrawClosedCurve Method (Pen, P ...
Graphics Methods
AddMetafileComment Method
BeginContainer Method
Clear Method
CopyFromScreen Method
Dispose Method
DrawArc Method
DrawBezier Method
DrawBeziers Method
DrawClosedCurve Method
DrawCurve Method
DrawEllipse Method
DrawIcon Method
DrawIconUnstretched Method
DrawImage Method
DrawImageUnscaled Method
DrawImageUnscaledAndClipped Me ...
DrawLine Method
DrawLines Method
DrawPath Method
DrawPie Method
DrawPolygon Method
DrawRectangle Method
DrawRectangles Method
DrawString Method
EndContainer Method
EnumerateMetafile Method
ExcludeClip Method
FillClosedCurve Method
FillEllipse Method
FillPath Method
FillPie Method
FillPolygon Method
FillRectangle Method
FillRectangles Method
FillRegion Method
Flush Method
FromHdc Method
FromHdcInternal Method
FromHow Method
FromHwnd Method
FromHwndInternal Method
FromImage Method
GetContextInfo Method
GetHalftonePalette Method
GetHdc Method
GetNearestColor Method
IntersectClip Method
IsVisible Method
MeasureCharacterRanges Method
MeasureString Method
MemberwiseClone Method
MultiplyTransform Method
ReleaseHdc Method
ReleaseHdcInternal Method
ResetClip Method
ResetTransform Method
Restore Method
RotateTransform Method
Save Method
ScaleTransform Method
SetClip Method
TransformPoints Method
TranslateClip Method
TranslateTransform Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Graphics
.
.
::
.
DrawClosedCurve Method
Draws a closed cardinal spline defined by an array of
Point
structures.
Overload List
Name
Description
DrawClosedCurve(Pen,
array<
Point
>
[]
()
[]
)
Draws a closed cardinal spline defined by an array of
Point
structures.
DrawClosedCurve(Pen,
array<
PointF
>
[]
()
[]
)
Draws a closed cardinal spline defined by an array of
PointF
structures.
DrawClosedCurve(Pen,
array<
Point
>
[]
()
[]
, Single, FillMode)
Draws a closed cardinal spline defined by an array of
Point
structures using a specified tension.
DrawClosedCurve(Pen,
array<
PointF
>
[]
()
[]
, Single, FillMode)
Draws a closed cardinal spline defined by an array of
PointF
structures using a specified tension.
Top
See Also
Reference
Graphics Class
Graphics Members
System.Drawing Namespace
Tags :