[]
Prints the elements of the shapes in the container.
public virtual void Print(Graphics g, Rectangle rectangle)
Public Overridable Sub Print(g As Graphics, rectangle As Rectangle)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device |
Rectangle | rectangle | Rectangle boundary of the elements to print |
Prints the elements of the shapes in the container.
public virtual void Print(Graphics g, Rectangle rectangle, float zoomFactor)
Public Overridable Sub Print(g As Graphics, rectangle As Rectangle, zoomFactor As Single)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device |
Rectangle | rectangle | Rectangle boundary of the elements to print |
float | zoomFactor | Scaling factor for zooming |
Prints the elements of the shapes in the container.
public override void Print(PdfGraphics g, Rectangle faceRect, float zoomFactor)
Public Overrides Sub Print(g As PdfGraphics, faceRect As Rectangle, zoomFactor As Single)
Type | Name | Description |
---|---|---|
PdfGraphics | g | PDF graphics device interface |
Rectangle | faceRect | Rectangle boundary the elements to print |
float | zoomFactor | Scaling factor for zooming |