Diagram.CreateMetafile 方法 (ICollection, String, Boolean)

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

语法

声明
Public Function CreateMetafile ( _
    selectedShapesToDraw As ICollection, _
    fileName As String, _
    paintDiagram As Boolean _
) As Metafile
public Metafile CreateMetafile(
    ICollection selectedShapesToDraw,
    string fileName,
    bool paintDiagram
)

参数

返回值

类型:System.Drawing.Imaging.Metafile

.NET Framework 安全性

请参阅

参考

Diagram 类

CreateMetafile 重载

Microsoft.VisualStudio.Modeling.Diagrams 命名空间