←Select platform

LogicalUnit Enumeration

Summary

Represents the unit of measure for lengths and positions.

Syntax

C#
VB
C++
[SerializableAttribute()] 
public enum LogicalUnit 
  
<SerializableAttribute()> 
Public Enum LogicalUnit  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[SerializableAttribute()] 
public enum class LogicalUnit : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0PixelSpecifies a device pixel as the unit of measure.
1DisplaySpecifies 1/75 inch as the unit of measure.
2DocumentSpecifies 1/300 inch as the unit of measure.
3InchSpecifies the inch as the unit of measure.
4MillimeterSpecifies the millimeter (1/1000 meter) as the unit of measure.
5PointSpecifies a printer's point (1/72 inch) as the unit of measure.
6FeetSpecifies feet as the unit of measure.
7YardSpecifies the yard as the unit of measure.
8MicrometerSpecifies the micrometer (1/1000 millimeter) as the unit of measure.
9CentimeterSpecifies the micrometer (1/100 meter) as the unit of measure.
10MeterSpecifies the meter as the unit of measure.
11TwipSpecifies the twip (TWentIeth of a Point) as the unit of measure.
Remarks

LogicalUnit represents the unit of measure to be used in form design. LogicalUnit is used in different classes/structures such as; LogicalSize, LogicalPoint, LogicalRectangle, and LogicalLength.

Example

For an example, refer to LogicalSize.Convert.

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms Namespace

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

Leadtools.Forms Assembly