Click or drag to resize

FS_PATHPOINTF Structure

Represents a point of the path.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Patagames.PdfFS_PATHPOINTF

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

The FS_PATHPOINTF type exposes the following members.

Constructors
 NameDescription
Public methodFS_PATHPOINTF(PdfTypeBase) Initializes a new instance of the FS_PATHPOINTF structure with the specified array.
Public methodFS_PATHPOINTF(Double, Double, PathPointFlags) Initialize a new instance of FS_PATHPOINTF structure
Public methodFS_PATHPOINTF(Single, Single, PathPointFlags) Initialize a new instance of FS_PATHPOINTF structure
Top
Properties
 NameDescription
Public propertyFlags Gets the type of the point in the path.
Public propertyX Gets or sets the x-coordinate of this FS_PATHPOINTF.
Public propertyY Gets or sets the y-coordinate of this FS_PATHPOINTF.
Top
Methods
 NameDescription
Public methodEquals(FS_PATHPOINTF) Specifies whether this FS_PATHPOINTF contains the same coordinates and flags as the specified point.
Public methodEquals(Object) Specifies whether this FS_PATHPOINTF contains the same coordinates and flags as the specified object.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodToArray Returns a PdfTypeArray representation of the path point.
Top
Operators
 NameDescription
Public operatorStatic memberEquality(FS_PATHPOINTF, FS_PATHPOINTF) Compares two FS_PATHPOINTF structures.
Public operatorStatic memberInequality(FS_PATHPOINTF, FS_PATHPOINTF) Determines whether the coordinates of the specified points are not equal.
Top
See Also