Class GeometryGroup
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class GeometryGroup : Geometry
Fields
| Improve this Doc View SourceChildrenProperty
Declaration
public static readonly DependencyProperty ChildrenProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
FillRuleProperty
Declaration
public static readonly DependencyProperty FillRuleProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceChildren
Children - GeometryCollection. Default value is new FreezableDefaultValueFactory(GeometryCollection.Empty).
Declaration
public GeometryCollection Children { get; set; }
Property Value
Type | Description |
---|---|
GeometryCollection |
FillRule
FillRule - FillRule. Default value is FillRule.EvenOdd.
Declaration
public FillRule FillRule { get; set; }
Property Value
Type | Description |
---|---|
FillRule |
Methods
| Improve this Doc View SourceDefineInCanvas(Path, Object, Double, Double, Double, Double, Double, Double, Size)
Declaration
protected override void DefineInCanvas(Path path, object canvasDomElement, double horizontalMultiplicator, double verticalMultiplicator, double xOffsetToApplyBeforeMultiplication, double yOffsetToApplyBeforeMultiplication, double xOffsetToApplyAfterMultiplication, double yOffsetToApplyAfterMultiplication, Size shapeActualSize)
Parameters
Type | Name | Description |
---|---|---|
Path | path | |
System.Object | canvasDomElement | |
System.Double | horizontalMultiplicator | |
System.Double | verticalMultiplicator | |
System.Double | xOffsetToApplyBeforeMultiplication | |
System.Double | yOffsetToApplyBeforeMultiplication | |
System.Double | xOffsetToApplyAfterMultiplication | |
System.Double | yOffsetToApplyAfterMultiplication | |
Size | shapeActualSize |
Overrides
| Improve this Doc View SourceGetMinMaxXY(ref Double, ref Double, ref Double, ref Double)
Declaration
protected override void GetMinMaxXY(ref double minX, ref double maxX, ref double minY, ref double maxY)
Parameters
Type | Name | Description |
---|---|---|
System.Double | minX | |
System.Double | maxX | |
System.Double | minY | |
System.Double | maxY |