A B C D E F G H I J K L M N O P R S T U V W Y
V
- VisibleImage - Class in coffeedraw
-
A
VisibleImageis an image that can be placed on a canvas. - VisibleImage(Image, double, double, double, double, DrawingCanvas) - Constructor for class coffeedraw.VisibleImage
-
Construct a
VisibleImageto display the given image, with its top left corner at (x,y) and scaled to fit in a rectangle of the givenwidthandheight. - VisibleImage(Image, double, double, DrawingCanvas) - Constructor for class coffeedraw.VisibleImage
-
Construct a
VisibleImageto display the given image, with its top left corner at (x,y), drawn the same size as in the image file. - VisibleImage(Image, Location, double, double, DrawingCanvas) - Constructor for class coffeedraw.VisibleImage
-
Construct a
VisibleImageto display the given image, with its top left corner atpointand scaled to fit in a rectangle of the givenwidthandheight. - VisibleImage(Image, Location, DrawingCanvas) - Constructor for class coffeedraw.VisibleImage
-
Construct a
VisibleImageto display the given image, with its top left corner atpoint, drawn the same size as in the image file. - VisibleImage(Image, Location, Location, DrawingCanvas) - Constructor for class coffeedraw.VisibleImage
-
Construct a
VisibleImageto display the given image, stretching between the pointscorner1andcorner2.