LogicalSize Structure
Summary
Stores two floating-point numbers and a unit of measurement that represents the size (Width and Height).
Syntax
[SerializableAttribute()]
[DataContractAttribute(Name="LogicalSize")]
public struct LogicalSize
<DataContractAttribute("LogicalSize")>
<SerializableAttribute()>
Public Structure LogicalSize
Inherits System.ValueType
[DataContractAttribute("LogicalSize")]
[SerializableAttribute()]
public value class LogicalSize : public System.ValueType