CompositionTarget Members
.NET Framework 3.0
Represents the display surface of your application.
The following tables list the members exposed by the CompositionTarget type.
| Name | Description | |
|---|---|---|
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (inherited from DispatcherObject) |
| RootVisual | Gets or sets the root visual of the CompositionTarget. |
| TransformFromDevice | Gets a matrix that can be used to transform coordinates from the rendering destination device to this target. |
| TransformToDevice | Gets a matrix that can be used to transform coordinates from this target to the rendering destination device. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| Dispose | Disposes CompositionTarget. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |