NodeRendererBase class

NodeRendererBase class

Base class for ShapeRenderer and OfficeMathRenderer. To learn more, visit the Working with Shapes documentation article.

Properties

NameDescription
boundsInPoints2Gets the actual bounds of the shape in points.
opaqueBoundsInPoints2Gets the opaque bounds of the shape in points.
sizeInPoints2Gets the actual size of the shape in points.

Methods

NameDescription
getBoundsInPixels2(scale, dpi)Calculates the bounds of the shape in pixels for a specified zoom factor and resolution.
getBoundsInPixels2(scale, horizontalDpi, verticalDpi)Calculates the bounds of the shape in pixels for a specified zoom factor and resolution.
getOpaqueBoundsInPixels2(scale, dpi)Calculates the opaque bounds of the shape in pixels for a specified zoom factor and resolution.
getOpaqueBoundsInPixels2(scale, horizontalDpi, verticalDpi)Calculates the opaque bounds of the shape in pixels for a specified zoom factor and resolution.
save(fileName, saveOptions)Renders the shape into an image and saves into a file.
save(fileName, saveOptions)Renders the shape into an SVG image and saves into a file.
save(stream, saveOptions)Renders the shape into an image and saves into a stream.
save(stream, saveOptions)Renders the shape into an SVG image and saves into a stream.

See Also