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




In This Topic
    ImGearVectorHatchline Class
    In This Topic
    Represents the line segment for the vector hatch.
    Object Model
    ImGearVectorHatchline ClassImGearVectorPoint2D StructureImGearVectorPoint2D StructureImGearVectorFloatCont Class
    Syntax
    'Declaration
     
    Public Class ImGearVectorHatchline 
       Inherits ImGearVectorObject
    'Usage
     
    Dim instance As ImGearVectorHatchline
    public class ImGearVectorHatchline : ImGearVectorObject 
    public __gc class ImGearVectorHatchline : public ImGearVectorObject 
    public ref class ImGearVectorHatchline : public ImGearVectorObject 
    Remarks
    The vector hatch is an especial kind of the fill type. It is defined by the set of lines with corresponding patterns, offsets and angles. Hatch line pattern is a floating point array, not a bit mask as for line type pattern.
    Inheritance Hierarchy

    System.Object
       ImageGear.Vector.ImGearVectorObject
          ImageGear.Vector.ImGearVectorHatchline

    See Also