|
|
|
|
|
ClipboardWidth (Function) In french: PressePapierLargeur Calculates the width of an image (in bitmap format) found in the clipboard. Note This function can only be used if the clipboard contains a bitmap image. IF ClipboardFormat(cfBitmap) = True THEN
IMG_Image1..Width = ClipboardWidth()
IMG_Image1..Height = ClipboardHeight()
END
Syntax
<Result> = ClipboardWidth()
<Result>: Integer - Width of image (expressed in pixels),
- -1 if an error occurred (the clipboard contains no image).
Remarks - Clipboard reads the text or image information found in the clipboard.
- ToClipboard is used to write into the clipboard.
- To find out whether the clipboard contains an image, you have the ability to use ClipboardFormat.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|