←Select platform

ToStrokeDashArray Method

Summary

Converts the double[] to a DoubleCollection.

Syntax

C#
VB
WinRT C#
public static DoubleCollection ToStrokeDashArray(  
   double[] annStrokeDashArray 
) 
Public Shared Function ToStrokeDashArray( _ 
   ByVal annStrokeDashArray() As Double _ 
) As DoubleCollection 
public static DoubleCollection ToStrokeDashArray(  
   double[] annStrokeDashArray 
) 
 function Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.ToStrokeDashArray(  
   annStrokeDashArray  
) 

Parameters

annStrokeDashArray
The double[] to convert.

Return Value

A DoubleCollection.

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