Initialize a new instance of the Drawing class with the given width and height.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public Drawing( double width, double height ) |
| Visual Basic |
|---|
Public Sub New ( _ width As Double, _ height As Double _ ) |
Parameters
- width
- Type: System..::..Double
Width in points.
- height
- Type: System..::..Double
Height in points.