Show / Hide Table of Contents

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 Source

SkinResolution(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 Source

Height

Gets or sets the desired skin resolution height.

Declaration
public double Height { get; }
Property Value
Type Description
System.Double
View Source

Width

Gets or sets the desired skin resolution width.

Declaration
public double Width { get; }
Property Value
Type Description
System.Double

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX