C#
VB
WinRT C#
Sets the stroke of Windows.UI.Xaml.Shapes using an opacity.
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
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET