←Select platform

LogicalSize Structure

Summary

Stores two floating-point numbers and a unit of measurement that represents the size (Width and Height).

Syntax

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

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