GOA - System.Drawing

System.Drawing Namespace


Classes

ClassDescription
ColorRepresents an ARGB color. 
ColorTransformProvides a class to filter the color of the Visual objects. 
FontDefines a particular format for text, including font face, size, and style attributes. 
FontFamilyDefines a group of type faces having a similar basic design and certain variations in styles. 
FontManagerManages the different Font
MatrixRepresents an affine transformation by a 3 x 3 matrix. Pair (sx, sy) indicates the scale transformation, pair (rs0, rs1) indicates the rotation transformation, pair (tx, ty) indicates the translation transformation. The third column of this matrix is always (0, 0, 1). 
PointRepresents an ordered pair of integer corresponding to the horizontal and vertical coordinates that define a point in a two-dimensional plane. 
PointFRepresents an ordered pair of floating point corresponding to the horizontal and vertical coordinates that define a point in a two-dimensional plane. 
RectangleStores the location and size of a rectangular region with ineteger parameters. 
RectangleFStores the location and size of a rectangular region with floating point parameters. 
SizeRepresents a size with two Width and Height integer parameters. 
SizeFRepresents a size with two Width and Height floating point parameters. 
AsyncImageRepresents an image loaded asynchronously. 
AsyncMovieRepresents an Flash movie loaded asynchronously. 
GradientRepresents the gradient color elements to draw the visual controls. 
HtmlTextRepresents Html text. 
ImageRepresents an image. 
MaskRepresents the mask of the Visual
MovieRepresents a Flash movie. 
TextElementRepresents a text. 
VideoRepresents a video. 
VideoEventArgsContains event data for the Video objects. The VideoEventArgs objects contain collections of name-and-value pairs. 
VisualProvides the methods to present the graphics objects. 
VisualCollectionRepresents a collection of Visual elements. 
VisualElementRepresents an element of a Visual

Interfaces

InterfaceDescription
ILoadableDefines a method to load different kind of files. 
IPlayableDefines a method to play different kind of files. 

Delegates

DelegatesDescription
VideoEventHandlerRepresents a method that will handle the events related to the Video

Enumerations

EnumerationsDescription
ContentAlignmentSpecifies alignment of content on the drawing surface. 
LoadStateSpecifies the state of loading of a file. 
VideoBufferingStateSpecifies the state of buffering of a Video
VideoPlayStateSpecifies the state of a Video instance. 



© 2003-2007 NETiKA Technologies. All rights reserved.