ImageGear .NET v24.12 - Updated
MStep Property (ImGearVectorEntitySplinesurface)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntitySplinesurface Class : MStep Property
Gets or sets an interpolation step in M direction.
Syntax
'Declaration
 
Public MustOverride Property MStep As Single
'Usage
 
Dim instance As ImGearVectorEntitySplinesurface
Dim value As Single
 
instance.MStep = value
 
value = instance.MStep
public abstract float MStep {get; set;}
public: __property abstract float get_MStep();
public: __property abstract void set_MStep( 
   float value
);
public:
abstract property float MStep {
   float get();
   void set (    float value);
}

Property Value

Value in the range 0..1.
See Also

Reference

ImGearVectorEntitySplinesurface Class
ImGearVectorEntitySplinesurface Members