ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorHatch Class / CreateLine Method




In This Topic
    CreateLine Method (ImGearVectorHatch)
    In This Topic
    Creates a new hatch line and adds it to the hatch.
    Syntax
    'Declaration
     
    Public Function CreateLine() As ImGearVectorHatchline
    'Usage
     
    Dim instance As ImGearVectorHatch
    Dim value As ImGearVectorHatchline
     
    value = instance.CreateLine()
    public ImGearVectorHatchline CreateLine()
    public: ImGearVectorHatchline* CreateLine(); 
    public:
    ImGearVectorHatchline^ CreateLine(); 

    Return Value

    New instance of ImGearVectorHatchline class object.
    See Also