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