Version

DeviceUnitLength Structure Members

The following tables list the members exposed by DeviceUnitLength.

Public Constructors
 NameDescription
Public ConstructorDeviceUnitLength ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyIsDeviceIndependentUnitReturns a boolean indicating if the DeviceUnitType represents a Deveice Independant Unit.  
Public PropertyIsPixelReturns a boolean indicating if the DeviceUnitType represents an absolute pixel value.  
Public PropertyIsPointReturns a boolean indicating if the DeviceUnitType represents an absolute point value.  
Public PropertyIsTwipReturns a boolean indicating if the DeviceUnitType represents an absolute twip value.  
Public PropertyUnitTypeReturns an enumeration indicating the type of Value that the DeviceUnitLength represents.  
Public PropertyValueReturns the numeric value of the DeviceUnitLength.  
Public Methods
 NameDescription
Public MethodConvertToUnitTypeConverts the current Value to the specified DeviceUnitType  
Public MethodEqualsOverloaded. Compares the specified DeviceUnitLength to this instance's values.  
Public MethodGetHashCodeReturns a hash value for the DeviceUnitLength  
Public Operators
public Operator Equality Compares two DeviceUnitLength instances to determine if they are equal
public Operator Inequality Compares two DeviceUnitLength instances to determine if they are not equal
See Also