←Select platform

AnnGradientStopCollection Constructor(AnnGradientStop[])

Summary

Creates a new AnnGradientStopCollection with values.

Syntax

C#
VB
Java
WinRT C#
C++
Public Function New( _ 
   ByVal annGradientStops() As Leadtools.Annotations.Core.AnnGradientStop _ 
) 
public AnnGradientStopCollection(  
   Leadtools.Annotations.Core.AnnGradientStop[] annGradientStops 
) 
public AnnGradientStopCollection(AnnGradientStop[] annGradientStops) 
function AnnGradientStopCollection(  
   annGradientStops  
) 

Parameters

annGradientStops
An array of AnnGradientStop to be added to this collection.

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.Core Assembly