'Declaration Protected Shared Sub Draw3DRect( _
ByVal gThe graphics.As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics, _
ByVal rectThe rectangle.As System.Drawing.RectangleF, _
ByVal colorThe color.As System.Drawing.Color, _
ByVal penWidthWidth of the pen.As Single _
)
protected static void Draw3DRect(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics g,
System.Drawing.RectangleF rect,
System.Drawing.Color color,
float penWidth
)
protected: static void Draw3DRect(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics* g,
System.Drawing.RectangleF* rect,
System.Drawing.Color* color,
float penWidth
)
protected:
static void Draw3DRect(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics^ g,
System.Drawing.RectangleF^ rect,
System.Drawing.Color^ color,
float penWidth
)
Parameters
- g
- The graphics.
- rect
- The rectangle.
- color
- The color.
- penWidth
- Width of the pen.