Diagram.CreateMetafile 方法 (ICollection, String)
建立中繼檔指定的形狀和它們的子圖案。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
語法
'宣告
Public Function CreateMetafile ( _
selectedShapesToDraw As ICollection, _
fileName As String _
) As Metafile
public Metafile CreateMetafile(
ICollection selectedShapesToDraw,
string fileName
)
參數
- selectedShapesToDraw
型別:System.Collections.ICollection
若要加入至中繼檔圖形。
- fileName
型別:System.String
中繼檔的名稱。
傳回值
型別:System.Drawing.Imaging.Metafile
中繼檔包含的圖形。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。