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




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

    Property Value

    Non-negative integer value.
    See Also