ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearIsosurfaceOptions Class / ImGearIsosurfaceOptions Constructor




In This Topic
    ImGearIsosurfaceOptions Constructor
    In This Topic
    Initializes a new instance of the ImGearIsosurfaceOptions class, and initializes all its properties to default values.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearIsosurfaceOptions()
    public ImGearIsosurfaceOptions()
    public: ImGearIsosurfaceOptions();
    public:
    ImGearIsosurfaceOptions();

    Return Value

    A new instance of the ImGearIsosurfaceOptions class.
    See Also