dcv v0.2.2 (2017-12-07T17:34:37Z)
Dub
Repo
Figure.draw
dcv
plot
figure
Figure
Draw slice of image onto figure canvas.
void
draw
(Image image)
void
draw
(Slice!(kind, packs, Iterator) image, ImageFormat format)
class
Figure
void
draw
(
SliceKind
kind
size_t
[]
packs
Iterator
)
(
Slice
!(
kind
,
packs
,
Iterator
)
image
,
ImageFormat
format
=
ImageFormat.IF_UNASSIGNED
)
void
draw
(GGPlotD plot)
Meta
Source
See Implementation
dcv
plot
figure
Figure
aliases
CloseCallback
CursorCallback
MouseCallback
constructors
this
destructors
~this
functions
clear
draw
hide
move
moveTo
setCloseCallback
setCursorCallback
setMouseCallback
show
properties
height
image
position
size
title
visible
width
Draw slice of image onto figure canvas.