[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.SpreadChildControlContainer.Print

Print Method

Print(PdfGraphics, Rectangle, float)

Prints the elements of the child control container.

Declaration
public virtual void Print(PdfGraphics gPdf, Rectangle faceRect, float zoomFactor)
Public Overridable Sub Print(gPdf As PdfGraphics, faceRect As Rectangle, zoomFactor As Single)
Parameters
Type Name Description
PdfGraphics gPdf

PDF graphics device interface

Rectangle faceRect

Rectangle boundary of the elements to print

float zoomFactor

Scaling factor for zooming when printing

Print(Graphics, Rectangle, float)

Prints the elements of the shapes in the container.

Declaration
public virtual void Print(Graphics g, Rectangle rectangle, float zoom)
Public Overridable Sub Print(g As Graphics, rectangle As Rectangle, zoom As Single)
Parameters
Type Name Description
Graphics g

Graphics device

Rectangle rectangle

Rectangle boundary of the elements to print

float zoom

Scaling factor for zooming