Inheritance
object
Implements
- JsonSerializable
Constructors
Section titled "Constructors"constructor
public Size() Returns Size
constructor
public Size(double width, double height) Returns Size
Properties
Section titled "Properties"Height
Section titled "Height"public double Height { get; set; } Width
Section titled "Width"public double Width { get; set; } Methods
Section titled "Methods"Serialize(SerializationContext, string)
Section titled "Serialize(SerializationContext, string)"public void Serialize(SerializationContext c, string propertyName = null) Parameters
- c:
SerializationContext - propertyName:
string