[]
Prints the object container.
protected virtual void PrintElements(Graphics g, Rectangle faceRect)
Protected Overridable Sub PrintElements(g As Graphics, faceRect As Rectangle)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface |
Rectangle | faceRect | Rectangle that bounds the container |
Prints the object container with zooming.
protected virtual void PrintElements(Graphics g, Rectangle faceRect, float zoomFactor)
Protected Overridable Sub PrintElements(g As Graphics, faceRect As Rectangle, zoomFactor As Single)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface |
Rectangle | faceRect | Rectangle that bounds the container |
float | zoomFactor | Scaling factor for zooming |