Home
Products
Community
Manuals
Contact
Login or Signup

BlitzMax Manual

Special Forums/BlitzMax Manual

BlitzMax Manual

Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
Command
Description
Posts
Last post
Dummy4Hezkore (1 month ago)
MidExtract substring from a string The Mid$ command returns a substring of a String...1Hardcoal (1 month ago)
GraphicsBegin graphics Graphics is a convenience function that simplifies the process of creating a graphics object...6Floyd (1 month ago)
KeyHitCheck for key hit The returned value represents the number of the times key has been hit since the last call to KeyHit with the same key...2Bobysait (1 month ago)
CreateToolBarCreate a ToolBar gadget...2matibee (1 month ago)
SetToolBarTipsAttach a list of tips to a ToolBar gadget...1Hardcoal (1 month ago)
PixmapWindowCreate a pixmap window PixmapWindow creates a 'virtual' window into pixmap...3TAS (2 months ago)
FunctionBegin a Function declaration2TAS (3 months ago)
TileImageDraw an image in a tiled pattern TileImage draws an image in a repeating, tiled pattern, filling the current viewport...1TAS (4 months ago)
RSetRight justify string1TAS (4 months ago)
LSetLeft justify string1TAS (4 months ago)
EventModsGet current event modifiers1TAS (4 months ago)
CreateImageCreate an empty image CreateImage creates an 'empty' image, which should be initialized using either GrabImage or LockImage before being drawn...1TAS (4 months ago)
DrawRectDraw a rectangle Sets the color of a rectangular area of pixels using the current drawing color defined with the SetColor command...1TAS (6 months ago)
DrawLineDraw a line DrawLine draws a line from x, y to x2, y2 with the current drawing color...3TAS (6 months ago)
CreateListCreate a linked list1TAS (6 months ago)
LoadImageFontLoad an image font style can be a combination of BOLDFONT, ITALICFONT and SMOOTHFONT flags...3TAS (7 months ago)
SetHandleSet drawing handle The drawing handle is a 2D offset subtracted from the x,y location of all drawing commands except DrawImage as Images have their own unique handles...1TAS (7 months ago)
MaskPixmapMask a pixmap MaskPixmap builds a new pixmap with alpha components set to '0' wherever the pixel colors in the original pixmap match mask_red, mask_green and mask_blue...3TAS (7 months ago)
SetMaskColorSet current mask color The current mask color is used to build an alpha mask when images are loaded or modified...3TAS (7 months ago)
DrawPixmapDraw pixmap3TAS (7 months ago)
SortListSort a list3TAS (7 months ago)
CosCosine of x degrees1TAS (7 months ago)
SinSine of x degrees1TAS (7 months ago)
ATan2Inverse Tangent of two variables x , y1TAS (7 months ago)