|
| Name | Description |
|---|
|
ApplyAnimationClock
|
Overloaded. Animates the specified DependencyProperty using the specified AnimationClock. |
|
BeginAnimation
|
Overloaded. Applies an animation to the specified DependencyProperty. |
|
CheckAccess
|
Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
|
ClearValue
|
Overloaded. Clears the local value of a property. |
|
Clone
|
Creates a modifiable clone of this EllipseGeometry, making deep copies of this object's values. When copying dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values.
|
|
CloneCore
|
Makes the instance a clone (deep copy) of the specified Freezable using base (non-animated) property values. (Inherited from Freezable.) |
|
CloneCurrentValue
|
Creates a modifiable clone of this EllipseGeometry object, making deep copies of this object's current values. Resource references, data bindings, and animations are not copied, but their current values are.
|
|
CloneCurrentValueCore
|
Makes the instance a modifiable clone (deep copy) of the specified Freezable using current property values. (Inherited from Freezable.) |
|
CoerceValue
|
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. (Inherited from DependencyObject.) |
|
CreateInstance
|
Initializes a new instance of the Freezable class. (Inherited from Freezable.) |
|
CreateInstanceCore
|
When implemented in a derived class, creates a new instance of the Freezable derived class. (Inherited from Freezable.) |
|
Equals
|
Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Inherited from DependencyObject.) |
|
FillContains
|
Overloaded. Indicates whether the Geometry completely contains the specified Geometry. |
|
FillContainsWithDetail
|
Overloaded. Returns a value that describes the intersection between the geometry and the specified geometry. |
|
Finalize
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
Freeze
|
Makes the current object unmodifiable and sets its IsFrozen property to true. (Inherited from Freezable.) |
|
FreezeCore
|
Makes this Animatable object unmodifiable or determines whether it can be made unmodifiable. (Inherited from Animatable.) |
|
GetAnimationBaseValue
|
Returns the non-animated value of the specified DependencyProperty. (Inherited from Animatable.) |
|
GetArea
|
Overloaded. Gets the area of the filled region of this EllipseGeometry. |
|
GetAsFrozen
|
Creates a frozen copy of the Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from Freezable.) |
|
GetAsFrozenCore
|
Makes the instance a frozen clone of the specified Freezable using base (non-animated) property values. (Inherited from Freezable.) |
|
GetCurrentValueAsFrozen
|
Creates a frozen copy of the Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from Freezable.) |
|
GetCurrentValueAsFrozenCore
|
Makes the current instance a frozen clone of the specified Freezable. If the object has animated dependency properties, their current animated values are copied. (Inherited from Freezable.) |
|
GetFlattenedPathGeometry
|
Overloaded. Gets a PathGeometry that is a polygonal approximation of the Geometry object. |
|
GetHashCode
|
Gets a hash code for this DependencyObject. (Inherited from DependencyObject.) |
|
GetLocalValueEnumerator
|
Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Inherited from DependencyObject.) |
|
GetOutlinedPathGeometry
|
Overloaded. Gets a PathGeometry that is a simplified outline of the filled region of the Geometry. |
|
GetRenderBounds
|
Overloaded. Returns an axis-aligned rectangle that is exactly large enough to contain the geometry and its stroke. |
|
GetType
|
Gets the type of the current instance. (Inherited from Object.) |
|
GetValue
|
Returns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObject.) |
|
GetWidenedPathGeometry
|
Overloaded. Gets a PathGeometry that is the shape defined by the stroke on the Geometry produced by the specified Pen. |
|
InvalidateProperty
|
Re-evaluates the effective value for the specified dependency property (Inherited from DependencyObject.) |
|
IsEmpty
|
Determines whether this EllipseGeometry object is empty. (Overrides Geometry.IsEmpty().) |
|
MayHaveCurves
|
Determines whether this EllipseGeometry object can have curved segments. (Overrides Geometry.MayHaveCurves().) |
|
MemberwiseClone
|
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnChanged
|
Called when the current Freezable object is modified. (Inherited from Freezable.) |
|
OnFreezablePropertyChanged
|
Overloaded. Ensures that appropriate context pointers are established for a data member of type DependencyObject that has just been modified. |
|
OnPropertyChanged
|
Overrides the DependencyObject implementation of OnPropertyChanged to also invoke any Changed handlers in response to a changing dependency property of type Freezable. (Inherited from Freezable.) |
|
ReadLocalValue
|
Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject.) |
|
ReadPreamble
|
Ensures that the Freezable is being accessed from a valid thread. Inheritors of Freezable must call this method at the beginning of any API that reads data members that are not dependency properties. (Inherited from Freezable.) |
|
SetValue
|
Overloaded. Sets the local value of a dependency property. |
|
ShouldSerializeProperty
|
Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from DependencyObject.) |
|
ShouldSerializeTransform
|
Gets a value that indicates whether the value of the Transform property should be serialized. (Inherited from Geometry.) |
|
StrokeContains
|
Overloaded. Determines whether the geometry's stroke contains the specified Point. |
|
StrokeContainsWithDetail
|
Overloaded. Returns a value that describes the intersection between the specified geometry and the current geometry's stroke. |
|
ToString
|
Overloaded. Creates a string representation of the object based on the current culture. |
|
VerifyAccess
|
Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
|
WritePostscript
|
Raises the Changed event for the Freezable and invokes its OnChanged method. Classes that derive from Freezable should call this method at the end of any API that modifies class members that are not stored as dependency properties. (Inherited from Freezable.) |
|
WritePreamble
|
Verifies that the Freezable is not frozen and that it is being accessed from a valid threading context. Freezable inheritors should call this method at the beginning of any API that writes to data members that are not dependency properties. (Inherited from Freezable.) |