Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadRect Structure > LeadRect Constructor : LeadRect Constructor(Int32,Int32,Int32,Int32) |
'Declaration
Public Function New( _ ByVal left As Integer, _ ByVal top As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ )
'Usage
Dim left As Integer Dim top As Integer Dim width As Integer Dim height As Integer Dim instance As New LeadRect(left, top, width, height)
public LeadRect(int x, int y, int width, int height)