Condividi tramite


Compositor.CreatePathGeometry Metodo

Definizione

Overload

CreatePathGeometry()

Crea un'istanza di CompositionPathGeometry.

CreatePathGeometry(CompositionPath)

Crea un'istanza di CompositionPathGeometry usando il percorso specificato.

CreatePathGeometry()

Crea un'istanza di CompositionPathGeometry.

public:
 virtual CompositionPathGeometry ^ CreatePathGeometry() = CreatePathGeometry;
/// [Windows.Foundation.Metadata.Overload("CreatePathGeometry")]
CompositionPathGeometry CreatePathGeometry();
[Windows.Foundation.Metadata.Overload("CreatePathGeometry")]
public CompositionPathGeometry CreatePathGeometry();
function createPathGeometry()
Public Function CreatePathGeometry () As CompositionPathGeometry

Restituisce

Restituisce l'oggetto CompositionPathGeometry creato.

Attributi

Si applica a

CreatePathGeometry(CompositionPath)

Crea un'istanza di CompositionPathGeometry usando il percorso specificato.

public:
 virtual CompositionPathGeometry ^ CreatePathGeometry(CompositionPath ^ path) = CreatePathGeometry;
/// [Windows.Foundation.Metadata.Overload("CreatePathGeometryWithPath")]
CompositionPathGeometry CreatePathGeometry(CompositionPath const& path);
[Windows.Foundation.Metadata.Overload("CreatePathGeometryWithPath")]
public CompositionPathGeometry CreatePathGeometry(CompositionPath path);
function createPathGeometry(path)
Public Function CreatePathGeometry (path As CompositionPath) As CompositionPathGeometry

Parametri

path
CompositionPath

Dati del percorso.

Restituisce

Restituisce l'oggetto CompositionPathGeometry creato.

Attributi

Si applica a