ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorGradientRadial Class
Members




In This Topic
    ImGearVectorGradientRadial Class
    In This Topic
    Represents a radial gradient object.
    Object Model
    ImGearVectorGradientRadial Class
    Syntax
    'Declaration
     
    Public Class ImGearVectorGradientRadial 
       Inherits ImGearVectorGradient
    'Usage
     
    Dim instance As ImGearVectorGradientRadial
    public class ImGearVectorGradientRadial : ImGearVectorGradient 
    public __gc class ImGearVectorGradientRadial : public ImGearVectorGradient 
    public ref class ImGearVectorGradientRadial : public ImGearVectorGradient 
    Remarks
    Geometric layout of a linear gradient object is defined by its inner point, and center and radius of the outer circle. Start point should be located inside the outer circle, but not necessarily in its center.
    Inheritance Hierarchy

    System.Object
       ImageGear.Vector.ImGearVectorObject
          ImageGear.Vector.ImGearVectorGradient
             ImageGear.Vector.ImGearVectorGradientRadial

    See Also