ToolBarButton.CreateTextures Method

Protected Friend Sub CreateTextures( _ 
ByVal renderContext As RenderContextBase, _ 
ByVal control As Environment, _ 
ByVal outer As GraphicsPath, _ 
ByVal inner As GraphicsPath, _ 
ByVal width As Integer, _ 
ByVal height As Integer, _ 
ByVal bmpWidth As Integer, _ 
ByVal bmpHeight As Integer, _ 
ByVal highlightColor As Color
)
This language is not supported or no code example is available.
internal protected void CreateTextures( 
RenderContextBase renderContext
Environment control
GraphicsPath outer
GraphicsPath inner
int width
int height
int bmpWidth
int bmpHeight
Color highlightColor 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

control
Environment

outer
GraphicsPath

inner
GraphicsPath

width
int

height
int

bmpWidth
int

bmpHeight
int

highlightColor
Color

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition