Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnThickness Structure : AnnThickness Constructor |
'Declaration
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 )