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




In This Topic
    ImGearPDFFixedRect Class
    In This Topic
    Describes a rectangle by the coordinates of its four sides.
    Object Model
    ImGearPDFFixedRect Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDFFixedRect 
    'Usage
     
    Dim instance As ImGearPDFFixedRect
    public sealed class ImGearPDFFixedRect 
    public __gc __sealed class ImGearPDFFixedRect 
    public ref class ImGearPDFFixedRect sealed 
    Remarks
    A rectangle differs from a quadrilateral in that the former must always have horizontal and vertical sides, and opposite sides must be parallel.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFFixedRect

    See Also