ImagingUtilities Class

Visual Studio 2015
 

Provides helper methods for imaging.

Namespace:   Microsoft.VisualStudio.Imaging
Assembly:  Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)

System::Object
  Microsoft.VisualStudio.Imaging::ImagingUtilities

public ref class ImagingUtilities abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticConvertMonikerToString(ImageMoniker)

Converts an ImageMoniker into a string, which can be converted back using TryParseImageMoniker.

System_CAPS_pubmethodSystem_CAPS_staticConvertMonikerToString(ImageMoniker, String^)

Converts an ImageMoniker into a string using the specified format, which can be converted back using TryParseImageMoniker.

System_CAPS_pubmethodSystem_CAPS_staticTryParseImageMoniker(String^, ImageMoniker)

Tries to convert s into an ImageMoniker.

System_CAPS_pubmethodSystem_CAPS_staticValidateAttributes(ImageAttributes)

Verifies that the contents of an ImageAttributes structure are valid.

System_CAPS_pubmethodSystem_CAPS_staticValidateImageAttributesFlags(_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.

Return to top
Show: