Represents the mask of the Visual. This class cannot be inherited.
public sealed class Mask: Visual
The following table lists the members exposed by the Mask object. Click a tab on the left to choose the type of member you want to view.
Methods
Method Description ApplyFilter Applies a Filter to the VisualElement. (Inherited from VisualElement) ApplyFilters Applies a collection of Filter to the VisualElement. (Inherited from VisualElement) BeginHorizontalGradientFill Overloaded. Begins to fill a closed figure horizontally. (Inherited from Visual) BeginLinearGradientFill Overloaded. Begins to fill a closed figure. (Inherited from Visual) BeginRadialGradientFill Overloaded. Begins to fill a closed figure. (Inherited from Visual) BeginSolidFill Overloaded. Begins to fill a closed figure with a specified color. (Inherited from Visual) BeginVerticalGradientFill Overloaded. Begins to fill a closed figure vertically. (Inherited from Visual) BringForward Brings a Visual instance forward one position in the z-order. (Inherited from Visual) BringToFront Brings a Visual instance to the front of the z-order. (Inherited from Visual) Clear Removes all objects which are already drawn by this Visual instance. (Inherited from Visual) ClearColorTransform Removes the current color transform mode of this Visual instance. (Inherited from Visual) ClearFilters Removes all the filters applied to the VisualElement. (Inherited from VisualElement) ClearStroke Removes the current stroke that is set to this Visual instance. (Inherited from Visual) CreateMask Creates a mask to this Visual instance. (Inherited from Visual) CurveTo Overloaded. Draws a curve which connects the current point to a specified point. (Inherited from Visual) Dispose Destroys the VisualElement and all its children. (Inherited from VisualElement) DrawCurve Overloaded. Draws a curve which connects two specified points. (Inherited from Visual) DrawEllipse Overloaded. Draws an ellipse which is defined by a specified rectangle. (Inherited from Visual) DrawFocusFrame Draws a focused rectangle on the Visual object. (Inherited from Visual) DrawFrame Overloaded. Draws a frame which is defined by a specified rectangle and a value to specify the thickness of the frame. (Inherited from Visual) DrawLine Overloaded. Draws a line which connects two specified points. (Inherited from Visual) DrawPolygon Overloaded. Draws a polygon which is defined by an array of the specified vertices. (Inherited from Visual) DrawRectangle Overloaded. Draws a rectangle which is defined by a specified rectangle structure. (Inherited from Visual) DrawRoundedRectangle Draws a rounded rectangle which is defined by a specified rectangle structure and a rounded level at the corners. (Inherited from Visual) DrawTopRoundedRectangle Draws a rounded top rectangle which is defined by a specified rectangle structure and a rounded level at the corners. (Inherited from Visual) EndFill Removes the fill mode that is set to this Visual instance. (Inherited from Visual) Equals Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) FromHandle Overloaded. Returns the Visual that is currently associated with the specified handle. (Inherited from Visual) GetChildAtPoint Overloaded. Returns the child of the Visual that is located at the specified point. (Inherited from Visual) GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) GetType Gets the Type of the current instance. (Inherited from Object) LineTo Overloaded. Draws a line which connects the current point to a specified point. (Inherited from Visual) MoveTo Overloaded. Sets the current position to draw at a specified point. (Inherited from Visual) PointToClient Converts the location of the specified screen point into client coordinates. (Inherited from Visual) PointToScreen Convert the location of the specified client point into screen coordinates. (Inherited from Visual) ReferenceEquals Determines whether the specified Object instances are the same instance. (Inherited from Object) SendBackward Sends a Visual instance backward one position in the z-order. (Inherited from Visual) SendToBack Sends a Visual instance to the back of the z-order. (Inherited from Visual) SetColorTransform Sets the specified ColorTransform to the Visual. (Inherited from Visual) SetStroke Overloaded. Sets the specified stroke by the width and the color of the drawing line. (Inherited from Visual) ToString Returns a String that represents the current Object. (Inherited from Object) TransformPoints Overloaded. Transforms the coodinates of points contained in a specified array by multiplying them with a specified Matrix. (Inherited from Visual) Properties
Property Description Alpha Gets or sets the transparency value for the VisualElement. (Inherited from VisualElement) Angle Gets or sets the rotation angle of the VisualElement. (Inherited from VisualElement) Bottom Gets 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) Bounds Gets the size and location, in pixels, of the VisualElement's bounding box relative to the parent Visual object. (Inherited from VisualElement) Handle Gets the native Flash handle that the VisualElement is bound to. (Inherited from VisualElement) Height Gets or sets the height, in pixels, of the VisualElement's bounding box. (Inherited from VisualElement) IsDisposed Gets a value indicating whether the VisualElement has been disposed of. (Inherited from VisualElement) IsMask Gets a value indicating whether the VisualElement is a Mask. (Inherited from VisualElement) Left Gets 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) Mask Gets or sets the Mask of the VisualElement. (Inherited from VisualElement) Parent Gets the parent Visual of the VisualElement. (Inherited from VisualElement) Right Gets 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) ScaleX Gets or sets the scale to resize the current VisualElement horizontally. (Inherited from VisualElement) ScaleXY Sets the scale to resize the current VisualElement. (Inherited from VisualElement) ScaleY Gets or sets the scale to resize the current VisualElement vertically. (Inherited from VisualElement) Size Gets the size, in pixels, of the VisualElement's bounding box. (Inherited from VisualElement) Top Gets 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) Visible Gets or sets a value indicating whether the VisualElement is displayed. (Inherited from VisualElement) Visuals Gets the VisualCollection of the Visual. (Inherited from Visual) Width Gets or sets the width, in pixels, of the VisualElement's bounding box. (Inherited from VisualElement) X Gets or sets the horizontal coordinate, in pixels, of the origin of this VisualElement relative to the parent Visual object. (Inherited from VisualElement) Y Gets or sets the vertical coordinate, in pixels, of the origin of this VisualElement relative to the parent Visual object. (Inherited from VisualElement)
Object
Namespace System.Drawing Flash Library System.Windows.Forms.scl Flash Library Version 2.0.0.2118 Silverlight Library System.Windows.Forms.dll
| © 2003-2007 NETiKA Technologies. All rights reserved. |