←Select platform

LogicalPoint Structure

Summary

Stores two floating-point numbers and a unit of measurement that represent the coordinates of a point (X and Y).

Syntax

C#
VB
C++
[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  

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms Assembly