[Root] / 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 structure.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the Point’s origin.  
    Public PropertyGets the Point’s x coordinate.  
    Public PropertyGets the Point’s 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 the current instance.  
    Public MethodOffsets a location.  
    Public MethodConverts the current instance into a string representation.  
    Top
    Public Operators
    Equality operator.
    Inequality operator.
    Top
    See Also