Diagram.RunInShapeFixupContextForMetafileCreation(ICollection, Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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