IVsGradient Interface

 

Enables a VSPackage to paint specified UI elements with the proper gradient.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("FD3F680A-D5C1-437A-8A21-8084310BF037")]
public interface IVsGradient

NameDescription
System_CAPS_pubmethodDrawGradient(IntPtr, IntPtr, RECT[], RECT[])

Draws a given gradient at a specified location.

System_CAPS_pubmethodGetGradientVector(Int32, UInt32[])

Returns an array of colors used to create a brush for a given gradient.

Notes to Implementers:

Notes to Callers:

Return to top
Show: