IVsGradient 接口

定义

使 VSPackage 能够使用适当的渐变绘制指定的 UI 元素。

public interface class IVsGradient
public interface class IVsGradient
__interface IVsGradient
[System.Runtime.InteropServices.Guid("FD3F680A-D5C1-437A-8A21-8084310BF037")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsGradient
[<System.Runtime.InteropServices.Guid("FD3F680A-D5C1-437A-8A21-8084310BF037")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsGradient = interface
Public Interface IVsGradient
属性

方法

DrawGradient(IntPtr, IntPtr, RECT[], RECT[])

在指定的位置绘制给定的渐变。

GetGradientVector(Int32, UInt32[])

返回用于为给定渐变创建画笔的颜色数组。

适用于