←Select platform

AnnThickness Constructor

Summary

Initializes a new instance of the AnnThickness structure.

Syntax
C#
VB
Objective-C
C++
Java
public AnnThickness( 
   double left, 
   double top, 
   double right, 
   double bottom 
) 
Public Function New( _ 
   ByVal left As Double, _ 
   ByVal top As Double, _ 
   ByVal right As Double, _ 
   ByVal bottom As Double _ 
) 
-(id) initLeft:(double) left  
           top:(double) top  
         right:(double) right 
        bottom:(double) bottom; 
public AnnThickness( 
   double left, 
   double top, 
   double right, 
   double bottom 
) 
public:  
   AnnThickness(double left, double top, double right, double bottom) 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly