[]
Prints the elements of the child control container.
public virtual void Print(PdfGraphics gPdf, Rectangle faceRect, float zoomFactor)
Public Overridable Sub Print(gPdf As PdfGraphics, faceRect As Rectangle, zoomFactor As Single)
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 |
Prints the elements of the shapes in the container.
public virtual void Print(Graphics g, Rectangle rectangle, float zoom)
Public Overridable Sub Print(g As Graphics, rectangle As Rectangle, zoom As Single)