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




In This Topic
    ImGearPDFFixedQuad Class
    In This Topic
    Describes a quadrilateral with four fixed points (one at each corner).
    Object Model
    ImGearPDFFixedQuad Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDFFixedQuad 
    'Usage
     
    Dim instance As ImGearPDFFixedQuad
    public sealed class ImGearPDFFixedQuad 
    public __gc __sealed class ImGearPDFFixedQuad 
    public ref class ImGearPDFFixedQuad sealed 
    Remarks
    A quadrilateral differs from a rectangle in that the latter must always have horizontal and vertical sides, and opposite sides must be parallel.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFFixedQuad

    See Also