ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntitySplinesurface Class / NStep Property




In This Topic
    NStep Property (ImGearVectorEntitySplinesurface)
    In This Topic
    Gets or sets an interpolation step in N direction.
    Syntax
    'Declaration
     
    Public MustOverride Property NStep As Single
    'Usage
     
    Dim instance As ImGearVectorEntitySplinesurface
    Dim value As Single
     
    instance.NStep = value
     
    value = instance.NStep
    public abstract float NStep {get; set;}
    public: __property abstract float get_NStep();
    public: __property abstract void set_NStep( 
       float value
    );
    public:
    abstract property float NStep {
       float get();
       void set (    float value);
    }

    Property Value

    Value in the range 0..1.
    See Also