RenderContextBase.DrawBorder Method

Public MustOverride Sub DrawBorder( _ 
ByVal shaders As Dictionary(Of shaderType, IShaderTechnique), _ 
ByVal borderColor As Color, _ 
ByVal size As Size, _ 
ByVal radius As Integer, _ 
ByVal visible As Boolean, _ 
ByVal borderBitmap As Bitmap, _ 
ByVal lowerLeftCorner As Bitmap, _ 
ByVal lowerRightCorner As Bitmap, _ 
ByVal topLeftCorner As Bitmap, _ 
ByVal topRightCorner As Bitmap
)
This language is not supported or no code example is available.
public abstract void DrawBorder( 
Dictionary<shaderType, IShaderTechnique> shaders
Color borderColor
Size size
int radius
bool visible
Bitmap borderBitmap
Bitmap lowerLeftCorner
Bitmap lowerRightCorner
Bitmap topLeftCorner
Bitmap topRightCorner 
)
This language is not supported or no code example is available.

Parameters

shaders
Dictionary<shaderType, IShaderTechnique>

borderColor
Color

size
Size

radius
int

visible
bool

borderBitmap
Bitmap

lowerLeftCorner
Bitmap

lowerRightCorner
Bitmap

topLeftCorner
Bitmap

topRightCorner
Bitmap

.NET Framework

Supported in: 4.8

In this article

Definition