Click or drag to resize

Size Class

A size (width and height).
Inheritance Hierarchy
SystemObject
  FM.IceLinkSize

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Size type exposes the following members.

Constructors
  NameDescription
Public methodSize
Initializes a new instance of the Size class.
Top
Properties
  NameDescription
Public propertyHeight
Gets or sets the height.
Public propertyWidth
Gets or sets the width.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromJson
Deserializes an instance from JSON.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToJson
Serializes this instance to JSON.
Public methodStatic memberToJson(Size)
Serializes an instance to JSON.
Public methodToString (Inherited from Object.)
Top
See Also