Click or drag to resize

FS_POINTF Structure

Represents a point.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Patagames.PdfFS_POINTF

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public struct FS_POINTF

The FS_POINTF type exposes the following members.

Constructors
 NameDescription
Public methodFS_POINTF(Double, Double) Initialize a new instance of FS_POINTF structure
Public methodFS_POINTF(Single, Single) Initialize a new instance of FS_POINTF structure
Top
Properties
 NameDescription
Public propertyX Gets or sets the x-coordinate of this FS_POINTF.
Public propertyY Gets or sets the y-coordinate of this FS_POINTF.
Top
Methods
 NameDescription
Public methodEquals(FS_POINTF) Specifies whether this FS_POINTF contains the same coordinates as the specified point.
Public methodEquals(Object) Specifies whether this FS_POINTF contains the same coordinates as the specified object.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberAddition(FS_POINTF, FS_POINTF) Translates a FS_POINTF by a given FS_POINTF.
Public operatorStatic memberEquality(FS_POINTF, FS_POINTF) Compares two FS_POINTF structures.
Public operatorStatic memberInequality(FS_POINTF, FS_POINTF) Determines whether the coordinates of the specified points are not equal.
Public operatorStatic memberSubtraction(FS_POINTF, FS_POINTF) Translates a FS_POINTF by the negative of a given FS_POINTF.
Top
See Also