Click or drag to resize

ShapePrintingEventArgs Constructor

Initializes a new instance of the ShapePrintingEventArgs class

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public ShapePrintingEventArgs(
	Document doc,
	Layout layout,
	Shape shape,
	bool preview
)

Parameters

doc
Type: RootPro.RootProCADDocument
layout
Type: RootPro.RootProCADLayout
shape
Type: RootPro.RootProCADShape
preview
Type: SystemBoolean
See Also