Click or drag to resize

SizeF Class

Stores an ordered pair of floating-point numbers.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Easymap.AddIn.CommonSizeF

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class SizeF : MarshalByRefObject

The SizeF type exposes the following members.

Properties
 NameDescription
Public propertyHeight Gets, set the vertical of a control or an element
Public propertyWidth Gets, set the horizontal of a control or an element
Top
Operators
 NameDescription
Public operatorStatic member(Size to SizeF) Converts Size to SizeF
Public operatorStatic member(SizeF to SizeF) Converts SizeF to SizeF
Public operatorStatic member(SizeF to SizeF) Converts SizeF to SizeF
Top
See Also