←Select platform

AnnGradientStop Constructor(string,double)

Summary

Initializes a new instance of AnnGradientStop with the specified parameteres.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnGradientStop( 
   string color, 
   double offset 
) 
Public Function New( _ 
   ByVal color As String, _ 
   ByVal offset As Double _ 
) 
public AnnGradientStop(  
   string color, 
   double offset 
) 
-(id) initWithColor:(NSString*)aColor andOffset:(double)offset 
public AnnGradientStop(String color, double offset) 
function AnnGradientStop(  
   color , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly