MindFusion.Charting for WebForms Programmer's Guide
Pen.CreateGdiPen Method (RectangleF)
See Also
 



Returns an instance of the System.Drawing.Pen class that can be used to paint in a GDI+ Graphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Pen CreateGdiPen (
    RectangleF rc
)

Visual Basic  Copy Code

Public Function CreateGdiPen( _
    rc As RectangleF _
) As Pen

 Parameters

rc

The rectangle in which painting will be performed.

 Return Value

A System.Drawing.Pen instance corresponding to this pen.

 See Also

CreateGdiPen Method Overload List
Pen Members
Pen Class
MindFusion.Drawing Namespace