Method | Description | |
---|---|---|
CheckmarkImage ( |
A vector checkmark image's definition
|
|
CrossImage ( |
A vector cross sign image's definition
|
|
DrawCheckmark ( |
A vector checkmark image's definition
|
|
DrawCheckmarkImageAtPosition ( this img, |
Draws the images at the specified location.
|
|
DrawCross ( |
A vector cross sign image's definition
|
|
DrawCrossImageAtPosition ( this img, |
Draws the images at the specified location.
|
public static CheckmarkImage ( |
||
contentByte | drawing canvas | |
color | System | fill color |
return |
public static CrossImage ( |
||
cb | drawing canvas | |
color | System | fill color |
return |
public static DrawCheckmark ( |
||
position | position of the drawing | |
contentByte | drawing canvas | |
color | System | fill color |
return |
public static DrawCheckmarkImageAtPosition ( this img, |
||
img | this | Image |
position | position of the drawing | |
newWidth | float | ScaleAbsolute's newWidth |
newHeight | float | ScaleAbsolute's newHeight |
return |
public static DrawCross ( |
||
position | position of the drawing | |
cb | drawing canvas | |
color | System | fill color |
return |
public static DrawCrossImageAtPosition ( this img, |
||
img | this | Image |
position | position of the drawing | |
newWidth | float | ScaleAbsolute's newWidth |
newHeight | float | ScaleAbsolute's newHeight |
return |