←Select platform

AnnThickness Constructor

Summary
Initializes a new instance of the AnnThickness structure.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnThickness( 
   double left, 
   double top, 
   double right, 
   double bottom 
) 
- (instancetype)initWithLeft:(double)left top:(double)top right:(double)right bottom:(double)bottom NS_DESIGNATED_INITIALIZER; 
public AnnThickness( 
   double left, 
   double top, 
   double right, 
   double bottom 
) 
public:  
   AnnThickness(double left, double top, double right, double bottom) 
__init__(self,left,top,right,bottom) # Overloaded constructor 

Parameters

left
The Left value of this AnnThickness.

top
The Top value of this AnnThickness.

right
The Right value of this AnnThickness.

bottom
The Bottom value of this AnnThickness.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.