Diagram.RunInShapeFixupContextForMetafileCreation(ICollection, Action) Method

Definition

Performs a temporary fixup needed to create the metafile. After the creationLogic is called the fixup undone.

public:
 static void RunInShapeFixupContextForMetafileCreation(System::Collections::ICollection ^ collection, Action ^ creationLogic);
public static void RunInShapeFixupContextForMetafileCreation (System.Collections.ICollection collection, Action creationLogic);
static member RunInShapeFixupContextForMetafileCreation : System.Collections.ICollection * Action -> unit
Public Shared Sub RunInShapeFixupContextForMetafileCreation (collection As ICollection, creationLogic As Action)

Parameters

collection
ICollection

collection of shapes

creationLogic
Action

metafile creation action

Exceptions

When creationLogic is null

Applies to