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




In This Topic
    ImGearVectorEntityBeziersurface Class
    In This Topic
    Represents a Bezier surface.
    Object Model
    ImGearVectorEntityBeziersurface ClassImGearVectorPoint3D Structure
    Syntax
    'Declaration
     
    Public Class ImGearVectorEntityBeziersurface 
       Inherits ImGearVectorEntitySplinesurface
    'Usage
     
    Dim instance As ImGearVectorEntityBeziersurface
    public class ImGearVectorEntityBeziersurface : ImGearVectorEntitySplinesurface 
    public __gc class ImGearVectorEntityBeziersurface : public ImGearVectorEntitySplinesurface 
    public ref class ImGearVectorEntityBeziersurface : public ImGearVectorEntitySplinesurface 
    Inheritance Hierarchy

    System.Object
       ImageGear.Vector.ImGearVectorObject
          ImageGear.Vector.ImGearVectorEntity
             ImageGear.Vector.ImGearVectorEntitySplinesurface
                ImageGear.Vector.ImGearVectorEntityBeziersurface

    See Also