ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEPath Class
Members




In This Topic
    ImGearPDEPath Class
    In This Topic
    Represents a path.
    Object Model
    ImGearPDEPath Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDEPath 
       Inherits ImGearPDEElement
    'Usage
     
    Dim instance As ImGearPDEPath
    public sealed class ImGearPDEPath : ImGearPDEElement 
    public __gc __sealed class ImGearPDEPath : public ImGearPDEElement 
    public ref class ImGearPDEPath sealed : public ImGearPDEElement 
    Remarks
    Path objects can be stroked, filled, and/or serve as a clipping path.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDEObject
             ImageGear.Formats.PDF.ImGearPDEElement
                ImageGear.Formats.PDF.ImGearPDEPath

    See Also