StreamGeometryContext Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ArcTo | Draws an arc to the specified point. |
| BeginFigure | Specifies the starting point for a new figure. |
| BezierTo | Draws a Bezier curve to the specified point. |
| CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| Close | Closes this context and flushes its content so that it can be rendered. |
| 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) |
| LineTo | Draws a straight line to the specified Point. |
| PolyBezierTo | Draws one or more connected Bezier curves. |
| PolyLineTo | Draws one or more connected straight lines. |
| PolyQuadraticBezierTo | Draws one or more connected quadratic Bezier curves. |
| QuadraticBezierTo | Draws a quadratic Bezier curve. |
| 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) |
| Name | Description | |
|---|---|---|
| System.IDisposable.Dispose | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
Reference
StreamGeometryContext ClassSystem.Windows.Media Namespace
StreamGeometry
PathGeometry
Other Resources
Geometry OverviewPath Markup Syntax