NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

System.Drawing Namespace

Classes

Class Description
Bitmap Encapsultates a GDI+ bitmap.
Brush Classes derrived from this abstract base class define objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
Brushes Brushes for all the standard colors.
ColorConverter ColorConverter is a class that can be used to convert colors from one data type to another. Access this class through the TypeDescriptor.
ColorTranslator [To be supplied.]
Cursor A cursor object is used to paint the mouse pointer. Different cursor shapes are used as visual queues to inform the user what operation the mouse will have.
CursorConverter CursorConverter is a class that can be used to convert colors from one data type to another. Access this class through the TypeDescriptor.
Cursors Standard cursors
Font [To be supplied.]
FontConverter FontConverter is a class that can be used to convert fonts from one data type to another. Access this class through the TypeDescriptor.
FontFamily Abstracts a group of type faces having a similar basic design but having certain variation in styles.
Graphics [To be supplied.]
GraphicsAdvancedAttribute [To be supplied.]
Icon This class represents a Windows icon, which is a small bitmap image used to represent an object. Icons can be thought of as transparent bitmaps, although their size is determined by the system.
IconConverter IconConverter is a class that can be used to convert Icon from one data type to another. Access this class through the TypeDescriptor.
Image [To be supplied.]
ImageAnimator [To be supplied.]
ImageConverter ImageConverter is a class that can be used to convert Image from one data type to another. Access this class through the TypeDescriptor.
Pen Defines an object used to draw lines and curves.
Pens Pens for all the standard colors.
PointConverter PointConverter is a class that can be used to convert Point from one data type to another. Access this class through the TypeDescriptor.
RectangleConverter RectangleConverter is a class that can be used to convert rectangles from one data type to another. Access this class through the TypeDescriptor.
Region [To be supplied.]
SizeConverter SizeConverter is a class that can be used to convert Size from one data type to another. Access this class through the TypeDescriptor.
SolidBrush [To be supplied.]
StringFormat [To be supplied.]
SystemBrushes Brushes for select Windows system-wide colors. Whenever possible, try to use SystemPens and SystemBrushes rather than SystemColors.
SystemColors Windows system-wide colors. Whenever possible, try to use SystemPens and SystemBrushes rather than SystemColors.
SystemIcons Icon objects for Windows system-wide icons.
SystemPens Pens for select Windows system-wide colors. Whenever possible, try to use SystemPens and SystemBrushes rather than SystemColors.
TextureBrush [To be supplied.]
ToolboxBitmapAttribute ToolboxBitmapAttribute defines the images associated with a specified component. The component can offer a small and large image (large is optional).

Structures

Structure Description
Color [To be supplied.]
Point This is a class that represents a single (X,Y) coordinate and various interesting operations on such a coordinate.
PointF [To be supplied.]
Rectangle Rectangle. Stores the location and size of a rectangular region. For more advanced region functions use a Region object.
RectangleF RectangleF. Stores the location and size of a rectangular region. For more advanced region functions use a Region object.
Size [To be supplied.]
SizeF [To be supplied.]

Delegates

Delegate Description
Graphics.DrawImageAbort [To be supplied.]
Graphics.EnumerateMetafileProc [To be supplied.]
Image.GetThumbnailImageAbort [To be supplied.]

Enumerations

Enumeration Description
BrushStyle Defines a variety of brush styles that can be applied to brushes.
ContentAlignment Content alignment.
FontStyle Specifies style information applied to text.
GraphicsUnit [To be supplied.]
KnownColor [To be supplied.]
PenStyle Defines different styles that a pen can be created with.
PolyFillMode Enum that represents the different ways a region's overlapping polygons may be filled.
StringAlignment [To be supplied.]
StringFormatFlags [To be supplied.]
StringTrimming [To be supplied.]
StringUnit [To be supplied.]