Click or drag to resize

LayoutFrame Class

A layout frame definition, including X/Y coordinates and width/height values.
Inheritance Hierarchy
SystemObject
  FM.IceLinkLayoutFrame

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

The LayoutFrame type exposes the following members.

Constructors
  NameDescription
Public methodLayoutFrame
Initializes a new instance of the LayoutFrame class.
Top
Properties
  NameDescription
Public propertyHeight
Gets or sets the height value.
Public propertyWidth
Gets or sets the width value.
Public propertyX
Gets or sets the X coordinate.
Public propertyY
Gets or sets the Y coordinate.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromJson
Deserializes a layout frame from JSON.
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetScaledFrame
Gets a scaled frame.
Public methodGetType (Inherited from Object.)
Public methodIsEquivalent
Determines whether the specified layout frame is equivalent.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToJson
Serializes this instance to JSON.
Public methodStatic memberToJson(LayoutFrame)
Serializes a layout frame to JSON.
Public methodToString (Inherited from Object.)
Top
See Also