Xceed PDF Library for .NET Documentation v1.0
Xceed.PdfLibrary.NET Assembly / Xceed.PdfLibrary.NET Namespace / Point Structure
Properties Methods


In This Topic
    Point Structure Members
    In This Topic

    The following tables list the members exposed by Point.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Point struct.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the origin.  
    Public PropertyGets the x coordinate.  
    Public PropertyGets the y coordinate.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Tests if two Point objects are considered equal.  
    Public MethodReturns a hash code for this instance.  
    Public MethodConvert this instance into a string representation.  
    Top
    Public Operators
    Equality operator.
    Inequality operator.
    Top
    See Also