| Modifier and Type | Method and Description |
|---|---|
void |
IPdfBoxGraphics2DDrawControl.afterShapeDraw(Shape shape,
IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)
Called after shape was drawn.
|
void |
PdfBoxGraphics2DDrawControlDefault.afterShapeDraw(Shape shape,
IPdfBoxGraphics2DDrawControl.IDrawControlEnv env) |
void |
IPdfBoxGraphics2DDrawControl.afterShapeFill(Shape shape,
IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)
Called after shape was filled.
|
void |
PdfBoxGraphics2DDrawControlDefault.afterShapeFill(Shape shape,
IPdfBoxGraphics2DDrawControl.IDrawControlEnv env) |
Shape |
IPdfBoxGraphics2DDrawControl.transformShapeBeforeDraw(Shape shape,
IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)
You may optional change the shape that is going to be drawn.
|
Shape |
PdfBoxGraphics2DDrawControlDefault.transformShapeBeforeDraw(Shape shape,
IPdfBoxGraphics2DDrawControl.IDrawControlEnv env) |
Shape |
IPdfBoxGraphics2DDrawControl.transformShapeBeforeFill(Shape shape,
IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)
You may optional change the shape that is going to be filled.
|
Shape |
PdfBoxGraphics2DDrawControlDefault.transformShapeBeforeFill(Shape shape,
IPdfBoxGraphics2DDrawControl.IDrawControlEnv env) |
Copyright © 2022. All rights reserved.