ImagingUtilities Class
Visual Studio 2015
Provides helper methods for imaging.
Assembly: Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ConvertMonikerToString(ImageMoniker) | Converts an ImageMoniker into a string, which can be converted back using TryParseImageMoniker. |
![]() ![]() | ConvertMonikerToString(ImageMoniker, String^) | Converts an ImageMoniker into a string using the specified format, which can be converted back using TryParseImageMoniker. |
![]() ![]() | TryParseImageMoniker(String^, ImageMoniker) | Tries to convert s into an ImageMoniker. |
![]() ![]() | ValidateAttributes(ImageAttributes) | Verifies that the contents of an ImageAttributes structure are valid. |
![]() ![]() | ValidateImageAttributesFlags(_ImageAttributesFlags) | Validates that flags contains only valid flags. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

