←Select platform

ToPen(AnnStroke) Method

Summary

Helper method to convert AnnStroke to System.Drawing.Pen.

Syntax
C#
VB
C++
public static Pen ToPen( 
   AnnStroke stroke 
) 
Public Overloads Shared Function ToPen( _ 
   ByVal stroke As AnnStroke _ 
) As Pen 
public:  
   static Pen^ ToPen( 
      AnnStroke^ stroke 
   ) 

Parameters

stroke
Stroke object to convert

Return Value

System.Drawing.Pen object created.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly