Version

DeviceUnitSize Structure Members

The following tables list the members exposed by DeviceUnitSize.

Public Constructors
 NameDescription
Public ConstructorDeviceUnitSize ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyHeightReturns or sets the height in units indicated by the UnitType  
Public PropertyUnitTypeReturns an enumeration indicating the type of unit that the values of the DeviceUnitSize represent.  
Public PropertyWidthReturns or sets the width in units indicated by the UnitType  
Public Methods
 NameDescription
Public MethodConvertToUnitTypeConverts the current values to the specified DeviceUnitType  
Public MethodEqualsOverloaded. Compares the specified DeviceUnitSize to this instance's values.  
Public MethodGetHashCodeReturns a hash value for the DeviceUnitSize  
Public Operators
public Operator Equality Compares two DeviceUnitSize instances to determine if they are equal
public Operator Inequality Compares two DeviceUnitSize instances to determine if they are not equal
See Also