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, RECT[], RECT[]) | Draws a given gradient at a specified location. |
![]() | GetGradientVector(Int32, UInt32[]) | Returns an array of colors used to create a brush for a given gradient. |
Notes to Implementers:
Notes to Callers:
Show:
