←Select platform

ToPen(AnnStroke,double) Method

Summary

Helper method to convert AnnStroke to System.Drawing.Pen using an opacity.

Syntax

C#
VB
C++
public static Pen ToPen( 
   AnnStroke stroke, 
   double opacity 
) 
Public Overloads Shared Function ToPen( _ 
   ByVal stroke As Leadtools.Annotations.Core.AnnStroke, _ 
   ByVal opacity As Double _ 
) As Pen 
public:  
   static Pen^ ToPen( 
      AnnStroke^ stroke, 
      double opacity 
   ) 

Parameters

stroke
Stroke object to convert

opacity
Opacity value to use. Values can be from 0 to 1.0.

Return Value

System.Drawing.Pen object created.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly