←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#
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  
) 

Parameters

color
The color of the gradient stop.

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

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize