Diagram.CreateMetafile Method (ICollection)

Creates a metafile for the specified shapes and their child shapes.

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

Syntax

'Declaration
Public Function CreateMetafile ( _
    selectedShapesToDraw As ICollection _
) As Metafile
public Metafile CreateMetafile(
    ICollection selectedShapesToDraw
)
public:
Metafile^ CreateMetafile(
    ICollection^ selectedShapesToDraw
)
member CreateMetafile : 
        selectedShapesToDraw:ICollection -> Metafile
public function CreateMetafile(
    selectedShapesToDraw : ICollection
) : Metafile

Parameters

  • selectedShapesToDraw
    Type: ICollection

    The shapes to add to the metafile.

Return Value

Type: Metafile
The metafile that contains the shapes.

.NET Framework Security

See Also

Reference

Diagram Class

CreateMetafile Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace