- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
class ECOM_BITMAP
- inherit
-
RTS_SERVER
- end
- feature -- members
-
bmType: INTEGER
-
bmWidth: INTEGER
-
bmHeight: INTEGER
-
bmWidthBytes: INTEGER
-
bmPlanes: RTS_SHORT_INTEGER
-
bmBitsPixel: RTS_SHORT_INTEGER
-
cbSize: INTEGER
-
pBuffer: expanded ECOM_PTR [CHARACTER]
- feature -- Adapt
-
adapt (other: ECOM_BITMAP)
- feature -- Set
-
set (bmtype_: INTEGER; bmwidth_: INTEGER; bmheight_: INTEGER; bmwidthbytes_: INTEGER; bmplanes_: RTS_SHORT_INTEGER; bmbitspixel_: RTS_SHORT_INTEGER; cbsize_: INTEGER; pbuffer_: expanded ECOM_PTR [CHARACTER])
- feature -- get ptr
-
get_ptr: expanded ECOM_PTR [expanded ECOM_BITMAP]
- feature -- Size
-
size: INTEGER
end -- class ECOM_BITMAP