AnnotationRenderingEngineCreatePen Method |
Namespace:
Atalasoft.Annotate.Renderer
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static Pen CreatePen(
AnnotationPen annPen
)
Public Shared Function CreatePen (
annPen As AnnotationPen
) As Pen
Parameters
- annPen
- Type: Atalasoft.AnnotateAnnotationPen
The AnnotationPen to convert.
Return Value
Type:
Pen A System.Drawing.Pen.
See Also