IVsGradient Interface
Visual Studio 2015
Enables a VSPackage to paint specified UI elements with the proper gradient.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | DrawGradient(IntPtr, IntPtr, array<RECT>^, array<RECT>^) | Draws a given gradient at a specified location. |
![]() | GetGradientVector(Int32, array<UInt32>^) | Returns an array of colors used to create a brush for a given gradient. |
Notes to Implementers:
Notes to Callers:
Show:
