Search
Pen.CreateGdiPen Method (IGraphics, RectangleF)
See Also
 





Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public Pen CreateGdiPen (
    IGraphics graphics,
    RectangleF rc
)

Visual Basic  Copy Code

Public Function CreateGdiPen( _
    graphics As IGraphics, _
    rc As RectangleF _
) As Pen

 Parameters

graphics

rc

 Return Value

 See Also