MCPcopy Create free account
hub / github.com/Kitware/VTK / DrawImage

Function DrawImage

Imaging/Sources/vtkImageCanvasSource2D.h:88–88  ·  view source on GitHub ↗

* Draw subimage of the input image in the canvas at position x0 and * y0. The subimage is defined with sx, sy, width, and height. */

Source from the content-addressed store, hash-verified

86 * y0. The subimage is defined with sx, sy, width, and height.
87 */
88 void DrawImage(int x0, int y0, vtkImageData* i) { this->DrawImage(x0, y0, i, -1, -1, -1, -1); }
89 void DrawImage(int x0, int y0, vtkImageData*, int sx, int sy, int width, int height);
90
91 /**

Callers

nothing calls this directly

Calls 1

DrawImageMethod · 0.45

Tested by

no test coverage detected