Click or drag to resize

IVisualTCanRender Method

IVisualT drawn via code undergoes a check if the same can be drawn or not. This is particularly true for the IDrawing objects.

Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
bool CanRender(
	T args
)

Parameters

args  T

Return Value

Boolean
See Also