The Create Method is available in LEADTOOLS Document and Medical Imaging toolkits.
Creates a new GDI+ pen object using this
AnnPen.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnPen
Dim converter As AnnUnitConverter
Dim value As Pen
value = instance.Create(converter) |
Parameters
- converter
- Specifies an AnnUnitConverter object to be used when converting any annotation lengths, points, etc. this pen might have.
Return Value
The GDI+
System.Drawing.Pen object created from this
AnnPen.
Example
For an example, refer to
AnnPen.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also