LogicalRectangle Structure
Summary
Stores four floating-point numbers and a unit of measurement that represent the coordinates and size of a rectangle (X, Y, Width, and Height).
Syntax
[SerializableAttribute()]
[DataContractAttribute(Name="LogicalRectangle")]
public struct LogicalRectangle
<DataContractAttribute("LogicalRectangle")>
<SerializableAttribute()>
Public Structure LogicalRectangle
Inherits System.ValueType
[DataContractAttribute("LogicalRectangle")]
[SerializableAttribute()]
public value class LogicalRectangle : public System.ValueType