←Select platform

AnnGradientStop Constructor(string,double)

Summary

Initializes a new instance of AnnGradientStop with the specified parameteres.

Syntax
C#
VB
Objective-C
C++
Java
public AnnGradientStop( 
   string color, 
   double offset 
) 
Public Function New( _ 
   ByVal color As String, _ 
   ByVal offset As Double _ 
) 
-(id) initWithColor:(NSString*)aColor andOffset:(double)offset 
public AnnGradientStop(String color, double offset) 
public:  
   AnnGradientStop(String^ color, double offset) 

Parameters

color
The color of the gradient stop.

offset
The location of the gradient stop within the gradient vector.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly