AnnGradientStop Constructor

Summary

Initializes a new instance of AnnGradientStop with the specified parameteres.

Syntax

JavaScript Syntax
AnnGradientStop = function(color, offset) 
TypeScript Syntax
constructor(color: string, offset: number); 

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