Click or drag to resize

FS_QUADPOINTSF Structure

The structure defines the coordinates of the quadrilateral.
Inheritance Hierarchy
System.Object
  System.ValueType
    Patagames.Pdf.FS_QUADPOINTSF

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

The FS_QUADPOINTSF type exposes the following members.

Constructors
 NameDescription
Public methodFS_QUADPOINTSF(FS_RECTF) Initializes a new instance of the FS_QUADPOINTSF structure with the specified rectangle.
Public methodFS_QUADPOINTSF(PdfTypeBase) Initializes a new instance of the FS_QUADPOINTSF structure with the specified array.
Public methodFS_QUADPOINTSF(FS_POINTF, FS_POINTF, FS_POINTF, FS_POINTF) Initializes a new instance of the FS_QUADPOINTSF structure.
Public methodFS_QUADPOINTSF(Double, Double, Double, Double, Double, Double, Double, Double) Initializes a new instance of the FS_QUADPOINTSF structure.
Public methodFS_QUADPOINTSF(Single, Single, Single, Single, Single, Single, Single, Single) Initializes a new instance of the FS_QUADPOINTSF structure.
Top
Methods
 NameDescription
Public methodEquals(FS_QUADPOINTSF) Specifies whether this FS_QUADPOINTSF contains the same points as the specified structure.
Public methodEquals(Object) Specifies whether this FS_QUADPOINTSF contains the same points as the specified object.
(Overrides ValueType.Equals(Object))
Public methodGetHashCode Returns the hash code for this instance.
(Overrides ValueType.GetHashCode())
Public methodToArray Returns a PdfTypeArray representation of the quadrilaterals.
Top
Operators
 NameDescription
Public operatorStatic memberEquality(FS_QUADPOINTSF, FS_QUADPOINTSF) Compares two FS_QUADPOINTSF structures.
Public operatorStatic memberInequality(FS_QUADPOINTSF, FS_QUADPOINTSF) Determines whether the points of the specified quad points strucures are not equal.
Top
Fields
 NameDescription
Public fieldx1 x coordinate of the first point.
Public fieldx2 x coordinate of the second point.
Public fieldx3 x coordinate of the third point.
Public fieldx4 x coordinate of the fourth point
Public fieldy1 y coordinate of the first point.
Public fieldy2 y coordinate of the second point.
Public fieldy3 y coordinate of the third point.
Public fieldy4 y coordinate of the fourth point
Top
See Also