←Select platform

AnnGradientStop Constructor(string,double)

Summary
Initializes a new instance of AnnGradientStop with the specified parameteres.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnGradientStop( 
   string color, 
   double offset 
) 
-(id) initWithColor:(NSString*)aColor andOffset:(double)offset 
public AnnGradientStop(String color, double offset) 
public:  
   AnnGradientStop(String^ color, double offset) 
__init__(self,color,offset) # Overloaded constructor 

Parameters

color
The color of the gradient stop.

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

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.