Translate

# Description:
CanvasHelpStringComponentPallette
<p>A two-dimensional touch-sensitive rectangular panel on which drawing can be done and sprites can be moved.</p> <p>The <code>BackgroundColor</code>, <code>PaintColor</code>, <code>BackgroundImage</code>, <code>Width</code>, and <code>Height</code> of the Canvas can be set in either the Designer or in the Blocks Editor. The <code>Width</code> and <code>Height</code> are measured in pixels and must be positive.</p><p>Any location on the Canvas can be specified as a pair of (X, Y) values, where <ul> <li>X is the number of pixels away from the left edge of the Canvas</li><li>Y is the number of pixels away from the top edge of the Canvas</li></ul>.</p> <p>There are events to tell when and where a Canvas has been touched or a <code>Sprite</code> (<code>ImageSprite</code> or <code>Ball</code>) has been dragged. There are also methods for drawing points, lines, and circles.</p>
835/8840
SourceTranslationState
252
A component to take a picture using the device''s camera. After the picture is taken, the name of the file on the phone containing the picture is available as an argument to the AfterPicture event. The file name can be used, for example, to set the Picture property of an Image component.
Een component om een foto te maken gebruik makend van de camera van het toestel. Nadat de foto genomen is, is de naam van het bestand op de telefoon die de foto bevat beschikbaar als argument voor de NaFoto gebeurtenis. De bestandsnaam kan gebruikt worden, bijvoorbeeld, om de Foto eigenschap te activeren van een Beeld component.
253
Returns true if the WebViewer can go back in the history list.
254
CanGoBack
KanTerugGaan
255
Returns true if the WebViewer can go forward in the history list.
256
CanGoForward
KanVooruitGaan
257
<p>A two-dimensional touch-sensitive rectangular panel on which drawing can be done and sprites can be moved.</p> <p>The <code>BackgroundColor</code>, <code>PaintColor</code>, <code>BackgroundImage</code>, <code>Width</code>, and <code>Height</code> of the Canvas can be set in either the Designer or in the Blocks Editor. The <code>Width</code> and <code>Height</code> are measured in pixels and must be positive.</p><p>Any location on the Canvas can be specified as a pair of (X, Y) values, where <ul> <li>X is the number of pixels away from the left edge of the Canvas</li><li>Y is the number of pixels away from the top edge of the Canvas</li></ul>.</p> <p>There are events to tell when and where a Canvas has been touched or a <code>Sprite</code> (<code>ImageSprite</code> or <code>Ball</code>) has been dragged. There are also methods for drawing points, lines, and circles.</p>
<p>Een doek is nodig om op te tekenen en sprites te kunnen bewegen.</p><p>De <code>Achtergrondkleur</code>, <code>Verfkleur</code>, <code>AchtergrondAfbeelding</code>, <code>Breedte</code> en <code>Hoogte</code> van het Doek kan worden ingesteld in zowel ''Ontwerper'' als ''Blokken''. De <code>Breedte</code> en <code>Hoogte</code> worden gemeten in pixels en moeten positief zijn.</p> <p>Elke positie op het Doek kan gespecificeerd worden als een paar van (X,Y)-waarden, waar <ul><li>X het aantal pixels is te tellen vanaf de linkerzijde van het Doek</li><li>Y het aantal pixels is te tellen vanaf de bovenzijde van het Doek</li></ul>.</p><p>Er zijn mogelijkheden om na te gaan waar en wanneer het Doek werd aangeraakt of hoe een <code>Sprite</code> werd verplaatst. Er zijn ook methodes om punten, lijnen en cirkels te tekenen.</p>
258
The color of the canvas background.
259
The name of a file containing the background image for the canvas
260
Clears anything drawn on this Canvas but not any background color or image.
261
When the user does a drag from one point (prevX, prevY) to another (x, y). The pair (startX, startY) indicates where the user first touched the screen, and "draggedAnySprite" indicates whether a sprite is being dragged.
262
Draws a circle (filled in) with the given radius centered at the given coordinates on the Canvas.

Loading…

Loading…

Glossary

Source Translation
No related strings found in the glossary.

Source information

Context
CanvasHelpStringComponentPallette
Comments
# Description:
Source string age
4 years ago
Translation file
appinventor/appengine/src/com/google/appinventor/client/OdeMessages_nl.properties, string 257
Failing checks