IVsGradient 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使 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[]) |
返回用于为给定渐变创建画笔的颜色数组。 |