Geometry (Métodos)
.NET Framework 3.0
(vea también
Métodos protegidos
)
Arriba
| Nombre | Descripción | |
|---|---|---|
| ApplyAnimationClock | Sobrecargado. Animates the specified DependencyProperty using the specified AnimationClock. (Se hereda de Animatable). |
| BeginAnimation | Sobrecargado. Applies an animation to the specified DependencyProperty. (Se hereda de Animatable). |
| CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Se hereda de DispatcherObject). |
| ClearValue | Sobrecargado. Clears the local value of a property. (Se hereda de DependencyObject). |
| Clone | Creates a modifiable clone of this Geometry, 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. |
| CloneCurrentValue | Creates a modifiable clone of this Geometry object, making deep copies of this object's current values. Resource references, data bindings, and animations are not copied, but their current values are. |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the property on this type. (Se hereda de DependencyObject). |
| Combine | Sobrecargado. Combines two Geometry objects. |
| Equals | Sobrecargado. Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Se hereda de DependencyObject). |
| FillContains | Sobrecargado. Indicates whether this Geometry completely contains the specified Geometry. |
| FillContainsWithDetail | Sobrecargado. Returns a value that describes the intersection between this geometry and the specified geometry. |
| Freeze | Sobrecargado. Makes a Freezable unmodifiable and sets its IsFrozen property to true, or determines whether the specified Freezable can be made unmodifiable. (Se hereda de Freezable). |
| GetAnimationBaseValue | Returns the non-animated value of the specified DependencyProperty. (Se hereda de Animatable). |
| GetArea | Sobrecargado. Gets the area of the filled region of a Geometry object. |
| GetAsFrozen | Creates a frozen copy of this Freezable , using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Se hereda de Freezable). |
| GetCurrentValueAsFrozen | Creates a frozen copy of this Freezable , using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Se hereda de Freezable). |
| GetFlattenedPathGeometry | Sobrecargado. Gets a PathGeometry that is an polygonal approximation of this Geometry object. |
| GetHashCode | Gets a hash code for this DependencyObject. (Se hereda de DependencyObject). |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Se hereda de DependencyObject). |
| GetOutlinedPathGeometry | Sobrecargado. Gets a PathGeometry that is a simplified outline of the filled region of this Geometry. |
| GetRenderBounds | Sobrecargado. Returns an axis-aligned rectangle that is exactly large enough to contain this geometry and its stroke. |
| GetType | Obtiene el objeto Type de la instancia actual. (Se hereda de Object). |
| GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (Se hereda de DependencyObject). |
| GetWidenedPathGeometry | Sobrecargado. Gets a PathGeometry that is the shape defined by the stroke on this Geometry produced by the specified Pen. |
| InvalidateProperty | Re-evaluates the effective value for the specified dependency property (Se hereda de DependencyObject). |
| IsEmpty | Determines whether this object is empty. |
| MayHaveCurves | Determines whether this object might have curved segments. |
| Parse | Creates a new Geometry instance from the specified string using the current culture. |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. (Se hereda de DependencyObject). |
| ReferenceEquals | Determina si las instancias de Object especificadas son la misma instancia. (Se hereda de Object). |
| SetValue | Sobrecargado. Sets the local value of a dependency property. (Se hereda de DependencyObject). |
| ShouldSerializeStoredWeakReference | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. (Se hereda de Animatable). |
| ShouldSerializeTransform | Gets a value that indicates whether the value of the Transform property should be serialized. |
| StrokeContains | Sobrecargado. Determines whether this geometry's stroke contains the specified Point. |
| StrokeContainsWithDetail | Sobrecargado. Returns a value that describes the intersection between the specified geometry and this geometry's stroke. |
| ToString | Sobrecargado. Reemplazado. Creates a string representation of this object based on the current culture. |
| VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Se hereda de DispatcherObject). |
| Nombre | Descripción | |
|---|---|---|
| CloneCore | Makes this instance a clone (deep copy) of the specified Freezable using base (non-animated) property values. (Se hereda de Freezable). |
| CloneCurrentValueCore | Makes this instance a modifiable clone (deep copy) of the specified Freezable using current property values. (Se hereda de Freezable). |
| CreateInstance | Initializes a new instance of the Freezable class. (Se hereda de Freezable). |
| CreateInstanceCore | When implemented in a derived class, creates a new instance of that Freezable subclass. (Se hereda de Freezable). |
| Finalize | Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados. (Se hereda de Object). |
| Freeze | Sobrecargado. Makes a Freezable unmodifiable and sets its IsFrozen property to true, or determines whether the specified Freezable can be made unmodifiable. (Se hereda de Freezable). |
| FreezeCore | Makes this Animatable object unmodifiable or determines whether it can be made unmodifiable. (Se hereda de Animatable). |
| GetAsFrozenCore | Makes this instance a frozen clone of the specified Freezable using base (non-animated) property values. (Se hereda de Freezable). |
| GetCurrentValueAsFrozenCore | Makes this instance a frozen clone of the specified Freezable. If this object has animated dependency properties, their current animated values are copied. (Se hereda de Freezable). |
| MemberwiseClone | Crea una copia superficial del objeto Object actual. (Se hereda de Object). |
| OnChanged | Called when the current Freezable object is modified. (Se hereda de Freezable). |
| OnFreezablePropertyChanged | Sobrecargado. Ensures that appropriate context pointers are established for a data member of type DependencyObject that has just been modified. (Se hereda de Freezable). |
| OnPropertyChanged | Overrides the DependencyObject implementation of OnPropertyChanged to also invoke any Changed handlers in response to a dependency property of type Freezable changing. (Se hereda de Freezable). |
| ReadPreamble | Ensures that this Freezable is being accessed from a valid thread. Implementers of Freezable must call this method at the beginning of any API that reads data members that are not dependency properties. (Se hereda de Freezable). |
| ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Se hereda de DependencyObject). |
| WritePostscript | Raises the Changed event for this 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. (Se hereda de Freezable). |
| WritePreamble | Verifies that the Freezable is not frozen and that it is being accessed from a valid threading context. Freezable implementers should call this method at the beginning of any API that writes to data members that are not dependency properties. (Se hereda de Freezable). |
| Nombre | Descripción | |
|---|---|---|
| System.IFormattable.ToString | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |