DrawBeziers Contents [ Hide ] Graphics.DrawBeziers method (1 of 2) Draws a series of Bézier splines from an array of ......public void DrawBeziers ( Penpen , Point [] points ) Parameter...Parameter Type Description penPenPen that determines the color, width...
DrawEllipse Contents [ Hide ] Graphics.DrawEllipse method (1 of 4) Draws an ellipse defined by a bounding RectangleF ......public void DrawEllipse ( Penpen , RectangleF rect ) Parameter...Parameter Type Description penPenPen that determines the color, width...
DrawPolygon Contents [ Hide ] Graphics.DrawPolygon method (1 of 2) Draws a polygon defined by an array of Point struc......public void DrawPolygon ( Penpen , Point [] points ) Parameter...Parameter Type Description penPenPen that determines the color, width...
Widen Contents [ Hide ] GraphicsPath.Widen method (1 of 2) Adds an additional outline to the path. public void Widen ......Widen ( Penpen ) Parameter Type Description penPen A Pen that...implemented. See Also class Pen class GraphicsPath namespace...
DrawLines Contents [ Hide ] Graphics.DrawLines method (1 of 2) Draws a series of line segments that connect an array ...... public void DrawLines ( Penpen , Point [] points ) Parameter...Parameter Type Description penPenPen that determines the color, width...
DrawArc Contents [ Hide ] Graphics.DrawArc method (1 of 4) Draws an arc representing a portion of an ellipse specifie...... public void DrawArc ( Penpen , float x , float y , float...Parameter Type Description penPenPen that determines the color...
Static Public Member Functions | List of all members System::Drawing::Pens Class Reference Static Public Member Funct......all members System::Drawing::Pens Class Reference Static Public...SharedPtr < Pen > get_Transparent () Returns a Pen object with...
DrawPie Contents [ Hide ] Graphics.DrawPie method (1 of 4) Draws a pie shape defined by an ellipse specified by a Rec...... public void DrawPie ( Penpen , RectangleF rect , float startAngle...Parameter Type Description penPenPen that determines the color...