←Select platform

AnnGradientStop Constructor(Color,double)

Summary

Initializes a new AnnGradientStop object with a color and offset.

Syntax

C#
VB
C++
public AnnGradientStop( 
   Color color, 
   double offset 
) 
  
Public Function New( _ 
   ByVal color As Color, _ 
   ByVal offset As Double _ 
) 
public: 
AnnGradientStop(  
   Color color, 
   double offset 
) 

Parameters

color
The color value of the gradient stop.

offset
The location in the gradient where the gradient stop is placed.

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.Windows.Annotations Assembly