Returns a logical point with the Width as its X-component, the Height as its Y-component, and the unit of measurement.
Syntax
Visual Basic (Declaration) | |
---|
Public Function ToLogicalPoint() As LogicalPoint |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As LogicalSize
Dim value As LogicalPoint
value = instance.ToLogicalPoint() |
Return Value
A logical point with the Width as its X-component, the Height as its Y-component, and the unit of measurement.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also