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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.