GOA - System.Drawing.Mask

Mask Class


Represents the mask of the Visual. This class cannot be inherited.

Definition

public sealed class Mask: Visual

Members Table

MethodDescription
ApplyFilterApplies a Filter to the VisualElement. (Inherited from VisualElement)
ApplyFiltersApplies a collection of Filter to the VisualElement. (Inherited from VisualElement)
BeginHorizontalGradientFillOverloaded. Begins to fill a closed figure horizontally. (Inherited from Visual)
BeginLinearGradientFillOverloaded. Begins to fill a closed figure. (Inherited from Visual)
BeginRadialGradientFillOverloaded. Begins to fill a closed figure. (Inherited from Visual)
BeginSolidFillOverloaded. Begins to fill a closed figure with a specified color. (Inherited from Visual)
BeginVerticalGradientFillOverloaded. Begins to fill a closed figure vertically. (Inherited from Visual)
BringForwardBrings a Visual instance forward one position in the z-order. (Inherited from Visual)
BringToFrontBrings a Visual instance to the front of the z-order. (Inherited from Visual)
ClearRemoves all objects which are already drawn by this Visual instance. (Inherited from Visual)
ClearColorTransformRemoves the current color transform mode of this Visual instance. (Inherited from Visual)
ClearFiltersRemoves all the filters applied to the VisualElement. (Inherited from VisualElement)
ClearStrokeRemoves the current stroke that is set to this Visual instance. (Inherited from Visual)
CreateMaskCreates a mask to this Visual instance. (Inherited from Visual)
CurveToOverloaded. Draws a curve which connects the current point to a specified point. (Inherited from Visual)
DisposeDestroys the VisualElement and all its children. (Inherited from VisualElement)
DrawCurveOverloaded. Draws a curve which connects two specified points. (Inherited from Visual)
DrawEllipseOverloaded. Draws an ellipse which is defined by a specified rectangle. (Inherited from Visual)
DrawFocusFrameDraws a focused rectangle on the Visual object. (Inherited from Visual)
DrawFrameOverloaded. Draws a frame which is defined by a specified rectangle and a value to specify the thickness of the frame. (Inherited from Visual)
DrawLineOverloaded. Draws a line which connects two specified points. (Inherited from Visual)
DrawPolygonOverloaded. Draws a polygon which is defined by an array of the specified vertices. (Inherited from Visual)
DrawRectangleOverloaded. Draws a rectangle which is defined by a specified rectangle structure. (Inherited from Visual)
DrawRoundedRectangleDraws a rounded rectangle which is defined by a specified rectangle structure and a rounded level at the corners. (Inherited from Visual)
DrawTopRoundedRectangleDraws a rounded top rectangle which is defined by a specified rectangle structure and a rounded level at the corners. (Inherited from Visual)
EndFillRemoves the fill mode that is set to this Visual instance. (Inherited from Visual)
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
FromHandleOverloaded. Returns the Visual that is currently associated with the specified handle. (Inherited from Visual)
GetChildAtPointOverloaded. Returns the child of the Visual that is located at the specified point. (Inherited from Visual)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
LineToOverloaded. Draws a line which connects the current point to a specified point. (Inherited from Visual)
MoveToOverloaded. Sets the current position to draw at a specified point. (Inherited from Visual)
PointToClientConverts the location of the specified screen point into client coordinates. (Inherited from Visual)
PointToScreenConvert the location of the specified client point into screen coordinates. (Inherited from Visual)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
SendBackwardSends a Visual instance backward one position in the z-order. (Inherited from Visual)
SendToBackSends a Visual instance to the back of the z-order. (Inherited from Visual)
SetColorTransformSets the specified ColorTransform to the Visual. (Inherited from Visual)
SetStrokeOverloaded. Sets the specified stroke by the width and the color of the drawing line. (Inherited from Visual)
ToStringReturns a String that represents the current Object. (Inherited from Object)
TransformPointsOverloaded. Transforms the coodinates of points contained in a specified array by multiplying them with a specified Matrix. (Inherited from Visual)
PropertyDescription
AlphaGets or sets the transparency value for the VisualElement. (Inherited from VisualElement)
AngleGets or sets the rotation angle of the VisualElement. (Inherited from VisualElement)
BottomGets the distance, in pixels, between the bottom edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement)
BoundsGets the size and location, in pixels, of the VisualElement's bounding box relative to the parent Visual object. (Inherited from VisualElement)
HandleGets the native Flash handle that the VisualElement is bound to. (Inherited from VisualElement)
HeightGets or sets the height, in pixels, of the VisualElement's bounding box. (Inherited from VisualElement)
IsDisposedGets a value indicating whether the VisualElement has been disposed of. (Inherited from VisualElement)
IsMaskGets a value indicating whether the VisualElement is a Mask. (Inherited from VisualElement)
LeftGets the distance, in pixels, between the left edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement)
MaskGets or sets the Mask of the VisualElement. (Inherited from VisualElement)
ParentGets the parent Visual of the VisualElement. (Inherited from VisualElement)
RightGets the distance, in pixels, between the right edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement)
ScaleXGets or sets the scale to resize the current VisualElement horizontally. (Inherited from VisualElement)
ScaleXYSets the scale to resize the current VisualElement. (Inherited from VisualElement)
ScaleYGets or sets the scale to resize the current VisualElement vertically. (Inherited from VisualElement)
SizeGets the size, in pixels, of the VisualElement's bounding box. (Inherited from VisualElement)
TopGets the distance, in pixels, between the top edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement)
VisibleGets or sets a value indicating whether the VisualElement is displayed. (Inherited from VisualElement)
VisualsGets the VisualCollection of the Visual. (Inherited from Visual)
WidthGets or sets the width, in pixels, of the VisualElement's bounding box. (Inherited from VisualElement)
XGets or sets the horizontal coordinate, in pixels, of the origin of this VisualElement relative to the parent Visual object. (Inherited from VisualElement)
YGets or sets the vertical coordinate, in pixels, of the origin of this VisualElement relative to the parent Visual object. (Inherited from VisualElement)

Inheritance Hierarchy

Object
VisualElement
Visual
Mask

Class Information

NamespaceSystem.Drawing
Flash LibrarySystem.Windows.Forms.scl
Flash Library Version2.0.0.2118
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.