InkOverlayPaintingEventArgs Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Provides data for the painting events of Painting objects and Painting controls, which occur when ink is about to be painted.
The InkOverlayPaintingEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InkOverlayPaintingEventArgs | Initializes a new instance of the InkOverlayPaintingEventArgs class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases resources used by the InkOverlayPaintingEventArgs object. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Frees the resources of the current InkOverlayPaintingEventArgs object before it is reclaimed by the garbage collector. (Overrides Object.Finalize().) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) | |
ClipRectangle | Gets the Rectangle structure that represents the rectangle in which to paint. | |
Graphics | Gets the Graphics object that is used to paint the item. |
Top