 | FS_QUADPOINTSF Structure |
The structure defines the coordinates of the quadrilateral.
Inheritance Hierarchy Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic struct FS_QUADPOINTSF
Public Structure FS_QUADPOINTSF
public value class FS_QUADPOINTSF
[<SealedAttribute>]
type FS_QUADPOINTSF =
struct
inherit ValueType
end
public final class FS_QUADPOINTSF extends ValueType
JavaScript supports the use of structures, but not the declaration of new ones.
The FS_QUADPOINTSF type exposes the following members.
Constructors | Name | Description |
---|
 | FS_QUADPOINTSF(FS_RECTF) |
Initializes a new instance of the FS_QUADPOINTSF structure with the specified rectangle.
|
 | FS_QUADPOINTSF(PdfTypeBase) |
Initializes a new instance of the FS_QUADPOINTSF structure with the specified array.
|
 | FS_QUADPOINTSF(FS_POINTF, FS_POINTF, FS_POINTF, FS_POINTF) |
Initializes a new instance of the FS_QUADPOINTSF structure.
|
 | FS_QUADPOINTSF(Double, Double, Double, Double, Double, Double, Double, Double) |
Initializes a new instance of the FS_QUADPOINTSF structure.
|
 | FS_QUADPOINTSF(Single, Single, Single, Single, Single, Single, Single, Single) |
Initializes a new instance of the FS_QUADPOINTSF structure.
|
Top
Methods
Operators
Fields | Name | Description |
---|
 | x1 |
x coordinate of the first point.
|
 | x2 |
x coordinate of the second point.
|
 | x3 |
x coordinate of the third point.
|
 | x4 |
x coordinate of the fourth point
|
 | y1 |
y coordinate of the first point.
|
 | y2 |
y coordinate of the second point.
|
 | y3 |
y coordinate of the third point.
|
 | y4 |
y coordinate of the fourth point
|
Top
See Also