PathGeometry.AddGeometry(Geometry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the specified Geometry into a collection of PathFigure objects and adds it to the path. Note: If the specified Geometry is animated, the conversion from Geometry to PathFigure may result in some loss of information.
public:
void AddGeometry(System::Windows::Media::Geometry ^ geometry);
public void AddGeometry (System.Windows.Media.Geometry geometry);
member this.AddGeometry : System.Windows.Media.Geometry -> unit
Public Sub AddGeometry (geometry As Geometry)
Parameters
- geometry
- Geometry
The geometry to add to the path.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.