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




In This Topic
    MDimension Property (ImGearVectorEntitySplinesurface)
    In This Topic
    Gets a number of control points in M direction.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property MDimension As Integer
    'Usage
     
    Dim instance As ImGearVectorEntitySplinesurface
    Dim value As Integer
     
    value = instance.MDimension
    public abstract int MDimension {get;}
    public: __property abstract int get_MDimension();
    public:
    abstract property int MDimension {
       int get();
    }

    Property Value

    Non-negative integer value.
    See Also