Changes

Drawing, Graphics, and Images VB6

1,372 bytes added, 13:30, 11 February 2008
The following lines were added (+) and removed (-):
The graphical methods and properties which VB supports native:*               Rectangle 100,100,200,200METHODS*              Ellipse 110,110,190,190* Circle - draws a circle or an ellipse *              RoundRect 220,300,350,400* Cls - clears all graphics *              Line 250,400,500,400* Line - draws a straight line * PaintPicture - draws the contents of a graphics file * Point - returns the color of a point * Print - used for printing text * Pset - sets the color of a specific pixel PROPERTIES* AutoRedraw - Determines if graphics are automatically redrawn if something moves in front of them * ClipControls - Determines how repainting of graphics is handled * DrawMode - Sets the appearance of a graphics method * DrawStyle - Sets the line style for output from graphics methods * DrawWidth - Sets the line width for output from graphics methods * FillColor - Sets the color used to fill circles, lines and boxes * FillStyle - Sets the pattern used to fill circle, lines and boxes * FontTransparent - Determines if the font is printed with a transparent background * Palette - Sets the image containing the palette to use for a control * PaletteMode - Determines which palette to use for the controls on a object * RightToLeft - Indicates the text display direction. * ScaleHeight - Sets the height of the client area * ScaleLeft - Sets the starting value of the left of the client area * ScaleTop - Sets the starting value of the top of the client area * ScaleWidth - Sets the width of the client area * ScaleMode - Sets the units of the scale   Rectangle 100,100,200,200  Ellipse 110,110,190,190  RoundRect 220,300,350,400  Line 250,400,500,400
Bureaucrat, administrator
16,192
edits