Class Size
Inheritance
System.Object
Size
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Styles
Assembly: Mapsui.dll
Syntax
public class Size
Constructors
| Improve this Doc View SourceSize()
Declaration
public Size()
Size(Size)
Declaration
public Size(Size size)
Parameters
Type | Name | Description |
---|---|---|
Size | size |
Size(Double, Double)
Declaration
public Size(double width, double height)
Parameters
Type | Name | Description |
---|---|---|
System.Double | width | |
System.Double | height |
Properties
| Improve this Doc View SourceHeight
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |