MinWin API Reference

minwin

app
button
canvas
combo
component
dialog
event
font
geometry
group
icon
image
label
layout
listbox
menu
multidg
paint
peer
peerimpl
scroll
text
window

minwin.image

Image class encapsulating image operations.

alias ImagePeer;
Platform-specific rectangle type.

Windows HBITMAP
GTK GdkPixmap*

class Image;
Represents image

this(ImagePeer_ bm);


GContext getGContext();


int width;
Read-only width in pixels.

int height;
Read-only height in pixels.

ImagePeer_ peer;