Class SkinResolution
Represents a container that holds resolution information for skins.
Inheritance
System.Object
SkinResolution
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: Sartorius.SAF.Presentation.Skins
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class SkinResolution
Constructors
View SourceSkinResolution(Double, Double)
Initializes a new instance of the SkinResolution with the given width and height.
Declaration
public SkinResolution(double width, double height)
Parameters
Type | Name | Description |
---|---|---|
System.Double | width | The resolution width. |
System.Double | height | The resolution height. |
Properties
View SourceHeight
Gets or sets the desired skin resolution height.
Declaration
public double Height { get; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Gets or sets the desired skin resolution width.
Declaration
public double Width { get; }
Property Value
Type | Description |
---|---|
System.Double |