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 > LeadSizeD Structure : Create Method |
'Declaration
Public Shared Function Create( _ ByVal width As Double, _ ByVal height As Double _ ) As LeadSizeD
'Usage
Dim width As Double Dim height As Double Dim value As LeadSizeD value = LeadSizeD.Create(width, height)
LeadSizeD LeadSizeDMake(double width, double height)
public static LeadSizeD create(double width, double height)