Initializes a new instance of the
Graph class.
Namespace:
Aspose.Pdf.Drawing
Assembly:
Aspose.PDF (in Aspose.PDF.dll) Version: 22.5.0
Syntaxpublic Graph(
float width,
float height
)
Public Sub New (
width As Single,
height As Single
)
public:
Graph(
float width,
float height
)
new :
width : float32 *
height : float32 -> Graph
Parameters
- width
- Type: SystemSingle
The width of the graph. - height
- Type: SystemSingle
The height of the graph.
See Also