- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
class ECOM_REMOTEMETAFILEPICT
- inherit
-
RTS_SERVER
- end
- feature -- members
-
mm: INTEGER
-
xExt: INTEGER
-
yExt: INTEGER
-
hMF: expanded ECOM_PTR [expanded ECOM_HMETAFILE]
- feature -- Adapt
-
adapt (other: ECOM_REMOTEMETAFILEPICT)
- feature -- Set
-
set (mm_: INTEGER; xext_: INTEGER; yext_: INTEGER; hmf_: expanded ECOM_PTR [expanded ECOM_HMETAFILE])
- feature -- get ptr
-
get_ptr: expanded ECOM_PTR [expanded ECOM_REMOTEMETAFILEPICT]
- feature -- Size
-
size: INTEGER
end -- class ECOM_REMOTEMETAFILEPICT