From 704c26a8f01057f055907c83c48ef507e0bfd638 Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 18 May 2015 20:47:39 -0700 Subject: [PATCH] corect documentation for BITMAP GET --- Documentation/yab-Commands | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/yab-Commands b/Documentation/yab-Commands index b2fae60..94a602e 100644 --- a/Documentation/yab-Commands +++ b/Documentation/yab-Commands @@ -33,8 +33,8 @@ BITMAP Width, Height, ID$ color = BITMAP COLOR x,y, ID$, ColorPart$ ColorPart$ = "red" or "green" or "blue" Returns the color of the pixel at position (x,y) of the bitmap ID$ -BITMAP GET x1, y1 to x2, y2, Target_bitmap$, Source_bitmap$ - Copies specified area of Source_bitmap$ to Target_bitmap$. +BITMAP GET x1, y1 to x2, y2, Target_bitmap$, Source_view$ + Copies specified area of Source_view$ to Target_bitmap$. BITMAP GET IconSize, Bitmap$, File$ Copies the icon, shown in Tracker, of File$ in the specified IconSize onto Bitmap$. The icon will be resized to IconSize, and properly scaled if it is an hvicon. BITMAP GET ID$, Option$, Path$