CombinedGeometry Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Bounds | Overridden. Gets a Rect that specifies the bounding box of this CombinedGeometry object. Note: This method does not take any pens into account. |
| CanFreeze | Gets a value that indicates whether this object can be made unmodifiable. (inherited from Freezable) |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (inherited from DependencyObject) |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (inherited from DispatcherObject) |
| Empty | Gets an empty object. (inherited from Geometry) |
| Geometry1 | Gets or sets the first Geometry object of this CombinedGeometry object. This is a dependency property. |
| Geometry2 | Gets or sets the second Geometry object of this CombinedGeometry object. This is a dependency property. |
| GeometryCombineMode | Gets or sets the method by which the two geometries (specified by the Geometry1 and Geometry2 properties) are combined. This is a dependency property. |
| HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object's dependency properties. (inherited from Animatable) |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (inherited from Freezable) |
| IsSealed | Gets a value that declares whether this instance is currently read-only. (inherited from DependencyObject) |
| StandardFlatteningTolerance | Gets the standard error of tolerance used for polygonal approximation. (inherited from Geometry) |
| Transform | Gets or sets the Transform object applied to a Geometry. (inherited from Geometry) |
Reference
CombinedGeometry ClassSystem.Windows.Media Namespace
GeometryGroup
Other Resources
Geometry OverviewFreezable Objects Overview