Leadtools Namespace > LeadSize Structure : Create Method |
'Declaration Public Shared Function Create( _ ByVal width As Integer, _ ByVal height As Integer _ ) As LeadSize
'Usage Dim width As Integer Dim height As Integer Dim value As LeadSize value = LeadSize.Create(width, height)
LeadSize LeadSize_Make(int width, int height);