Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.DataContracts assembly)

Show in webframe

LeadRect Constructor(Int32,Int32,Int32,Int32)






The x-coordinate of the upper-left corner of the rectangle.
The y-coordinate of the upper-left corner of the rectangle.
The width of the rectangle in pixels.
The height of the rectangle in pixels.
Initializes a new instance of the LeadRect structure at a specific location using specified dimensions.
Syntax
public LeadRect( 
   int x,
   int y,
   int width,
   int height
)
'Declaration
 
Public Function New( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
'Usage
 
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
 
Dim instance As New LeadRect(x, y, width, height)

            

            
public:
LeadRect( 
   int x,
   int y,
   int width,
   int height
)

Parameters

x
The x-coordinate of the upper-left corner of the rectangle.
y
The y-coordinate of the upper-left corner of the rectangle.
width
The width of the rectangle in pixels.
height
The height of the rectangle in pixels.
Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members
Overload List

Error processing SSI file
Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features