[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.SpreadShapesContainer.PrintElements

PrintElements Method

PrintElements(Graphics, Rectangle, float)

Prints the object container with zooming.

Declaration
protected override void PrintElements(Graphics g, Rectangle faceRect, float zoom)
Protected Overrides Sub PrintElements(g As Graphics, faceRect As Rectangle, zoom As Single)
Parameters
Type Name Description
Graphics g

Graphics device interface

Rectangle faceRect

Rectangle that bounds the container

float zoom

Scaling factor for zooming

Overrides