Model.SetColorShaded Method

Shaded color changer.
Public Shared Sub SetColorShaded( _ 
ByVal context As RenderContextBase, _ 
ByVal nature As entityNatureType, _ 
ByVal color As Color, _ 
ByVal selected As Boolean, _ 
ByVal backface As BackfaceSettings
)
This language is not supported or no code example is available.
public static void SetColorShaded( 
RenderContextBase context
entityNatureType nature
Color color
bool selected
BackfaceSettings backface 
)
This language is not supported or no code example is available.

Parameters

context
RenderContextBase

The render context

nature
entityNatureType

The nature of the entity just to be drawn

color
Color

The color

selected
bool

The selection status

backface
BackfaceSettings

The BackFace settings

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition