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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.