ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityBeziersurface Class / MStep Property




In This Topic
    MStep Property (ImGearVectorEntityBeziersurface)
    In This Topic
    Gets or sets an interpolation step in M direction.
    Syntax
    'Declaration
     
    Public Overrides Property MStep As Single
    'Usage
     
    Dim instance As ImGearVectorEntityBeziersurface
    Dim value As Single
     
    instance.MStep = value
     
    value = instance.MStep
    public override float MStep {get; set;}
    public: __property float get_MStep() override;
    public: __property void set_MStep( 
       float value
    ) override;
    public:
    property float MStep {
       float get() override;
       void set (    float value) override;
    }

    Property Value

    Value in the range 0..1.
    Remarks
    The default value is 0.2.
    See Also