←Select platform

LeadSizeD Structure

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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  
[TypeConverterAttribute("Leadtools.LeadSizeDConverter, Leadtools, Version=19.0.4.0, Culture=neutral, PublicKeyToken=null")] 
[DataContractAttribute(Name="LeadSizeD", IsNameSetExplicitly=true)] 
[SerializableAttribute()] 
public class LeadSizeD 
typedef struct LeadSizeD 
public final class LeadSizeD implements Serializable 
JAVASCRIPT_NOSTRUCTS 
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly