[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.SpreadShapesContainer.Print

Print Method

Print(Graphics, Rectangle)

Prints the elements of the shapes in the container.

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

Graphics device

Rectangle rectangle

Rectangle boundary of the elements to print

Print(Graphics, Rectangle, float)

Prints the elements of the shapes in the container.

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

Graphics device

Rectangle rectangle

Rectangle boundary of the elements to print

float zoomFactor

Scaling factor for zooming

Print(PdfGraphics, Rectangle, float)

Prints the elements of the shapes in the container.

Declaration
public override void Print(PdfGraphics g, Rectangle faceRect, float zoomFactor)
Public Overrides Sub Print(g As PdfGraphics, faceRect As Rectangle, zoomFactor As Single)
Parameters
Type Name Description
PdfGraphics g

PDF graphics device interface

Rectangle faceRect

Rectangle boundary the elements to print

float zoomFactor

Scaling factor for zooming

Overrides
Implements