Compartilhar via


Método Diagram.CreateMetafile (ICollection, String, Boolean)

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxe

'Declaração
Public Function CreateMetafile ( _
    selectedShapesToDraw As ICollection, _
    fileName As String, _
    paintDiagram As Boolean _
) As Metafile
public Metafile CreateMetafile(
    ICollection selectedShapesToDraw,
    string fileName,
    bool paintDiagram
)

Parâmetros

Valor de retorno

Tipo: System.Drawing.Imaging.Metafile

Segurança do .NET Framework

Consulte também

Referência

Diagram Classe

Sobrecargas CreateMetafile

Namespace Microsoft.VisualStudio.Modeling.Diagrams