←Select platform

LeadSizeD Structure

Summary

Stores two double numbers that represent the size of an object.

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
[DataContractAttribute(Name="LeadSizeD")] 
public struct LeadSizeD 
<TypeConverterAttribute("Leadtools.LeadSizeDConverter, Leadtools, Version=19.0.4.0, Culture=neutral, PublicKeyToken=null")> 
<DataContractAttribute(Name="LeadSizeD", IsNameSetExplicitly=True)> 
<SerializableAttribute()> 
Public Structure LeadSizeD  
   Inherits System.ValueType 
   Implements System.IFormattable  
typedef struct LeadSizeD 
public final class LeadSizeD implements Serializable 
[TypeConverterAttribute("Leadtools.LeadSizeDConverter, Leadtools, Version=19.0.4.0, Culture=neutral, PublicKeyToken=null")] 
[DataContractAttribute(Name="LeadSizeD", IsNameSetExplicitly=true)] 
[SerializableAttribute()] 
public value class LeadSizeD : public System.ValueType, System.IFormattable   

Remarks

The LeadSizeD structure specifies a platform-independent representation of a size with double precision floating values

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly