StreamGeometryContext Class

Definition

Describes a geometry using drawing commands. This class is used with the StreamGeometry class to create a lightweight geometry that does not support data binding, animation, or modification.

public ref class StreamGeometryContext abstract : System::Windows::Threading::DispatcherObject, IDisposable
public abstract class StreamGeometryContext : System.Windows.Threading.DispatcherObject, IDisposable
type StreamGeometryContext = class
    inherit DispatcherObject
    interface IDisposable
Public MustInherit Class StreamGeometryContext
Inherits DispatcherObject
Implements IDisposable
Inheritance
StreamGeometryContext
Implements

Properties

Dispatcher

Gets the Dispatcher this DispatcherObject is associated with.

(Inherited from DispatcherObject)

Methods

ArcTo(Point, Size, Double, Boolean, SweepDirection, Boolean, Boolean)

Draws an arc to the specified point.

BeginFigure(Point, Boolean, Boolean)

Specifies the starting point for a new figure.

BezierTo(Point, Point, Point, Boolean, Boolean)

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(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
LineTo(Point, Boolean, Boolean)

Draws a straight line to the specified Point.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
PolyBezierTo(IList<Point>, Boolean, Boolean)

Draws one or more connected Bezier curves.

PolyLineTo(IList<Point>, Boolean, Boolean)

Draws one or more connected straight lines.

PolyQuadraticBezierTo(IList<Point>, Boolean, Boolean)

Draws one or more connected quadratic Bezier curves.

QuadraticBezierTo(Point, Point, Boolean, Boolean)

Draws a quadratic Bezier curve.

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)

Explicit Interface Implementations

IDisposable.Dispose()

This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

Applies to

See also