ImageGear .NET v24.12 - Updated
MDimension Property (ImGearVectorEntityBeziersurface)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityBeziersurface Class : MDimension Property
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

Reference

ImGearVectorEntityBeziersurface Class
ImGearVectorEntityBeziersurface Members