 |  | Coordinate X in points (For modes 2D, 3D, Console) |  Show exampleHide example | Gets or sets value of property X in the points. | Set Baltie visible and in the cycle without end changes Blatie's coordinate X to the rest of division number of cycle repeats by 5. | | |
|
|
|  | Coordinate Y in points (For modes 2D, 3D, Console) |  Show exampleHide example | Gets or sets value of property Y in the points. | Set Baltie visible and in the cycle without end changes Blatie's coordinate Y to the rest of division number of cycle repeats by 5 minus 3. | | |
|
|
|  | Point (For modes 2D, 3D, Console) | | Define a point of pixel coordiante X and Y | |
|
|  | Point 3D (For mode ) | | Defines point in 3D space from three given coordinates | |
|
|  | Is point in rectangle? (For modes 2D, 3D, Console) | | Returns true, if given poin is in rectanle area | |
|
|  | Rectangle (For modes 2D, 3D, Console) | | Defines a new rectangle area | |
|
|  | Define a box space (For mode 3D) | | Defines a box space | |
|
|  | Is vector in box? (For mode 3D) | | Returns true if point is in box | |
|
|  | Load image (For modes 2D, 3D, Console) |  Show exampleHide example | Returns the Bitmap object, created from the given image file. | Two times draws picture which is chosen by user on chosen coordinates. | | |
|
|
|  | Load Bank (For mode 2D) | | Reads Baltie's bank from file. Bank consists of tiles. | |
|
|  | Create graphics from image or bitmap (For modes 2D, 3D, Console) |  Show exampleHide example | Creates Graphics object from given bitmap. | Draws dark green bitmap on chosen coordinates. | | |
|
|
|  | Bitmap set pixel (For modes 2D, 3D, Console) |  Show exampleHide example | Gets or sets color of the bitmap pixel at given coordinates. | You choose a bitmap nad if the pixel in the right corner isn't red, sets the color of the pixel on red. | | |
|
|
|  | Solid pen (For modes 2D, 3D, Console) |  Show exampleHide example | Creates solid pen using the given color. | Creates new red colored pen and draws line with this pen. | | |
|
|
|  | Solid brush (For modes 2D, 3D, Console) |  Show exampleHide example | Creates single color brush of the given color. | Creates new solid brush with blue color and draws rectangle with it. | | |
|
|
|  | Linear gradient brush (For modes 2D, 3D, Console) |  Show exampleHide example | Creates brush using the linear color transition. | Creates new linear gradient brush and sets it changeover from red to blue. Then draws filled ellipse with this brush on graphics on chosen coordinates. | | |
|
|
|  | Texture brush (For modes 2D, 3D, Console) |  Show exampleHide example | Creates according to the given parameters brush that will paint texture. | |
|
|  | Graphics draw line (For modes 2D, 3D, Console) |  Show exampleHide example | Draws line to the graphics according to the given parameters. | Draws orange line on graphics on chosen coordinates. | | |
|
|
|  | Graphics draw arc (For modes 2D, 3D, Console) |  Show exampleHide example | Draws arc to the graphics according to the given parameters. | Draws arc on graphics with white pen according to chosen parametres. | | |
|
|
|  | Graphics draw bezier (For modes 2D, 3D, Console) |  Show exampleHide example | Draws bezier curve to the graphics according to the given parameters. | Draws Bézier curve on graphics with white pen according to chosen parametres. | | |
|
|
|  | Graphics draw curve (For modes 2D, 3D, Console) |  Show exampleHide example | Draws curve to the graphics according to the given parameters. | Draws white curve on graphics on chosen coordinates. | | |
|
|
|  | Graphics draw rectangle (For modes 2D, 3D, Console) |  Show exampleHide example | Draws rectangle to the graphics according to the given parameters. | Draws white not filled rectangle on graphics on chosen coordinates. | | |
|
|
|  | Graphics draw pie (For modes 2D, 3D, Console) |  Show exampleHide example | Draws pie to the graphics according to the given parameters. | Draws white not filled circle sector on graphics according to chosen parametres. | | |
|
|
|  | Graphics draw ellipse (For modes 2D, 3D, Console) |  Show exampleHide example | Draws ellipse to the graphics according to the given parameters. | Draws white not filled ellipse on graphics on chosen coordinates. | | |
|
|
|  | Graphics filled rectangle (For modes 2D, 3D, Console) |  Show exampleHide example | Draws filled rectangle to the graphics according to the given parameters. | Draws yellow filled rectangle on graphics on chosen coordinates. | | |
|
|
|  | Graphics filled pie (For modes 2D, 3D, Console) |  Show exampleHide example | Draws filled pie to the graphics according to the given parameters. | Draws red, blue and white filled sector of circle according to chosen values. Sectors creates Czech flag. | | |
|
|
|  | Graphics filled ellipse (For modes 2D, 3D, Console) |  Show exampleHide example | Draws filled ellipse to the graphics according to the given parameters. | Draws red filled ellipse on graphics on chosen coordinates. | | |
|
|
|  | Graphics draw string (For modes 2D, 3D, Console) |  Show examplesHide examples | Draws string to the graphics according to the given parameters. | Writes text "ABCDEFG" on chosen coordinates. The text is colored by created bitmap. | | |
Writes blue text "Test" on chosen coordinates. | | |
|
|
|  | Graphics draw image (For modes 2D, 3D, Console) |  Show exampleHide example | Draws image to the graphics according to the given parameters. | Draws image created from object 12 on graphics on chosen coordinates. | | |
|
|
|  | Graphics smoothing mode (For modes 2D, 3D, Console) |  Show exampleHide example | Get or sets mode of smoothing edges in graphics. | |
|
|  | Remap color (For modes 2D, 3D, Console) | | Creates new image from given image, with replaced colors. | |
|
|  | Change colors (For modes 2D, 3D, Console) |  Show exampleHide example | In image, replaces one color with different one. | |
|
|  | Bitmap horizontal flip (For modes 2D, 3D, Console) |  Show exampleHide example | Flips bitmap in the horizontal plane. | Transfer object number 32 (a car) to bitmap and shows it on output. Then turn the bitmap horizontally and shows it again on output. | | |
|
|
|  | Bitmap vertical flip (For modes 2D, 3D, Console) |  Show exampleHide example | Flips bitmap in the vertical plane. | Transfer object number 32 (a car) to bitmap and shows it on output. Then turns vertically the bitmap and shows it again on output. | | |
|
|
|  | Bitmap make transparent (For modes 2D, 3D, Console) |  Show exampleHide example | Makes certain color in the bitmap transparent. | After you choose a bitmap, sets white color as transparent color. | | |
|
|
|  | Resize bitmap (For modes 2D, 3D, Console) |  Show exampleHide example | Creates image that is resized copy of the given image. | |
|
|  | Alpha color channel (For modes 2D, 3D, Console) | | | |
|
|  | Red color channel (For modes 2D, 3D, Console) | | | |
|
|  | Green color channel (For modes 2D, 3D, Console) | | | |
|
|  | Blue color channel (For modes 2D, 3D, Console) | | | |
|
|  | Color of object (For modes 2D, 3D, Console) |  Show exampleHide example | Make accessible object property, which defines its color. | Writes to the output window Baltie's color. | | |
|
|
Did you find this information useful?
Documentation of SGP Baltie 4 C# Send us comments on this topic by this form
©1978-2010 SGP SystemsParent page | Previous page | Next page |