Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Height Property (AnnRectangle)






Gets or sets the height of this AnnRectangle structure.
Syntax
public float Height {get; set;}
'Declaration
 
Public Property Height As Single
'Usage
 
Dim instance As AnnRectangle
Dim value As Single
 
instance.Height = value
 
value = instance.Height

            

            
public:
property float Height {
   float get();
   void set (    float value);
}

Property Value

The height of this AnnRectangle structure.
Requirements

Target Platforms

See Also

Reference

AnnRectangle Structure
AnnRectangle Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)