Click or drag to resize

SinglePoint Structure

Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane in the control's coordinate space.

Namespace:  Patagames.Pdf.Net.Controls
Assembly:  Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Syntax
public struct SinglePoint

The SinglePoint type exposes the following members.

Constructors
  NameDescription
Public methodSinglePoint
Initializes a new instance of an SinglePointPoint with the specified X and Y coordinates.
Top
Properties
  NameDescription
Public propertyStatic memberEmpty
Gets the empty point, a special value that represents a point with no position or area.
Public propertyIsEmpty
Gets a value indicating whether the point is empty.
Public propertyX
Gets or sets the x-coordinate of the point.
Public propertyY
Gets or sets the y-coordinate of the point.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified point is equal to this point.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(SinglePoint)
Determines whether the specified point is equal to this point.
Public methodStatic memberEquals(SinglePoint, SinglePoint)
Determines whether the specified points are equal.
Public methodGetHashCode
Creates a hash code from this point's X and Y values.
(Overrides ValueTypeGetHashCode.)
Public methodToInt32Point
Convert this instance of SinglePoint to Int32Point.
Top
Operators
  NameDescription
Public operatorStatic memberAddition
Translates a SinglePoint by a given SinglePoint.
Public operatorStatic memberEquality
Compares two points for exact equality.
Public operatorStatic memberInequality
Compares two points for inequality.
Public operatorStatic memberSubtraction
Translates a SinglePoint by the negative of a given SinglePoint.
Top
See Also