←Select platform

UpdateShapeStroke Method

Summary

Sets the stroke of Windows.UI.Xaml.Shapes using an opacity.

Syntax

C#
VB
WinRT C#
public static void UpdateShapeStroke(  
   Shape shape, 
   Leadtools.Annotations.Core.AnnStroke stroke, 
   double opacity 
) 
Public Shared Sub UpdateShapeStroke( _ 
   ByVal shape As Shape, _ 
   ByVal stroke As Leadtools.Annotations.Core.AnnStroke, _ 
   ByVal opacity As Double _ 
)  
public static void UpdateShapeStroke(  
   Shape shape, 
   Leadtools.Annotations.Core.AnnStroke stroke, 
   double opacity 
) 
 function Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.UpdateShapeStroke(  
   shape , 
   stroke , 
   opacity  
) 

Parameters

shape
The Windows.UI.Xaml.Shapes to set stroke to.

stroke
The AnnStroke we want to set to the Windows.UI.Xaml.Shapes

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

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