bOk = MImgSetDrawState( hImage, nState )

Sets an image's draw state. That means, if you call one of the MImgDraw functions, the image is drawn in the specified state.

Parameters
hImage
Number: Handle of the image

nState
Number: One of the draw states

Return
Boolean: TRUE if successful or FALSE if an error occurs

Example

Call MImgSetDrawState( hImage, MIMG_DST_DISABLED )

See also
MImgGetDrawState

Created with the Personal Edition of HelpNDoc: Free CHM Help documentation generator