Click or drag to resize

FS_SIZEF Structure

Represents the size in default user space.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Patagames.PdfFS_SIZEF

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

The FS_SIZEF type exposes the following members.

Constructors
 NameDescription
Public methodFS_SIZEF(Double, Double) Initializes a new instance of the FS_SIZEF structure.
Public methodFS_SIZEF(Single, Single) Initializes a new instance of the FS_SIZEF structure.
Top
Methods
 NameDescription
Public methodEquals(FS_SIZEF) Specifies whether this FS_SIZEF contains the same width and height as the specified structure.
Public methodEquals(Object) Specifies whether this FS_SIZEF contains the same width and height as the specified object.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(FS_SIZEF, FS_SIZEF) Compares two FS_SIZEF structures.
Public operatorStatic memberInequality(FS_SIZEF, FS_SIZEF) Determines whether the width and Height of the specified strustures are not equal.
Top
Fields
 NameDescription
Public fieldHeight Gets or sets the vertical component of this FS_SIZEF structure.
Public fieldWidth Gets or sets the horizontal component of this FS_SIZEF structure.
Top
See Also