StreamGeometryContext Klasa
Definicja
Zawiera opis geometrii przy użyciu poleceń rysowania.Describes a geometry using drawing commands. Ta klasa jest używana z StreamGeometry klasą do tworzenia lekkiej geometrii, która nie obsługuje powiązań danych, animacji ani modyfikacji.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
- Dziedziczenie
- Implementuje
Właściwości
Dispatcher |
Pobiera Dispatcher ten DispatcherObject program jest skojarzony z.Gets the Dispatcher this DispatcherObject is associated with. (Odziedziczone po DispatcherObject) |
Metody
ArcTo(Point, Size, Double, Boolean, SweepDirection, Boolean, Boolean) |
Rysuje łuk do określonego punktu.Draws an arc to the specified point. |
BeginFigure(Point, Boolean, Boolean) |
Określa punkt początkowy dla nowego rysunku.Specifies the starting point for a new figure. |
BezierTo(Point, Point, Point, Boolean, Boolean) |
Rysuje krzywą Beziera w określonym punkcie.Draws a Bezier curve to the specified point. |
CheckAccess() |
Określa, czy wątek wywołujący ma dostęp do tego DispatcherObject .Determines whether the calling thread has access to this DispatcherObject. (Odziedziczone po DispatcherObject) |
Close() |
Zamyka ten kontekst i opróżnia jego zawartość, aby można było go renderować.Closes this context and flushes its content so that it can be rendered. |
Equals(Object) |
Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.Determines whether the specified object is equal to the current object. (Odziedziczone po Object) |
GetHashCode() |
Służy jako domyślna funkcja skrótu.Serves as the default hash function. (Odziedziczone po Object) |
GetType() |
Pobiera Type bieżące wystąpienie.Gets the Type of the current instance. (Odziedziczone po Object) |
LineTo(Point, Boolean, Boolean) |
Rysuje linię prostą do określonego Point .Draws a straight line to the specified Point. |
MemberwiseClone() |
Tworzy skróconą kopię bieżącego elementu Object .Creates a shallow copy of the current Object. (Odziedziczone po Object) |
PolyBezierTo(IList<Point>, Boolean, Boolean) |
Rysuje co najmniej jedną połączoną krzywą Beziera.Draws one or more connected Bezier curves. |
PolyLineTo(IList<Point>, Boolean, Boolean) |
Rysuje co najmniej jedną podłączoną linię prostą.Draws one or more connected straight lines. |
PolyQuadraticBezierTo(IList<Point>, Boolean, Boolean) |
Rysuje co najmniej jedną krzywą Beziera połączonego kwadratu.Draws one or more connected quadratic Bezier curves. |
QuadraticBezierTo(Point, Point, Boolean, Boolean) |
Rysuje krzywą Beziera kwadratowego.Draws a quadratic Bezier curve. |
ToString() |
Zwraca ciąg reprezentujący bieżący obiekt.Returns a string that represents the current object. (Odziedziczone po Object) |
VerifyAccess() |
Wymusza, że wątek wywołujący ma dostęp do tego DispatcherObject .Enforces that the calling thread has access to this DispatcherObject. (Odziedziczone po DispatcherObject) |
Jawne implementacje interfejsu
IDisposable.Dispose() |
Ten element członkowski obsługuje infrastrukturę Windows Presentation Foundation (WPF) i nie jest przeznaczony do użycia bezpośrednio w kodzie.This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |