Diagram.CreateMetafile Method (ICollection, String, Boolean)
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Function CreateMetafile ( _
selectedShapesToDraw As ICollection, _
fileName As String, _
paintDiagram As Boolean _
) As Metafile
public Metafile CreateMetafile(
ICollection selectedShapesToDraw,
string fileName,
bool paintDiagram
)
public:
Metafile^ CreateMetafile(
ICollection^ selectedShapesToDraw,
String^ fileName,
bool paintDiagram
)
member CreateMetafile :
selectedShapesToDraw:ICollection *
fileName:string *
paintDiagram:bool -> Metafile
public function CreateMetafile(
selectedShapesToDraw : ICollection,
fileName : String,
paintDiagram : boolean
) : Metafile
Parameters
- selectedShapesToDraw
Type: System.Collections.ICollection
- fileName
Type: System.String
- paintDiagram
Type: System.Boolean
Return Value
Type: System.Drawing.Imaging.Metafile
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.