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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.