Click or drag to resize

AtalaImageEditorGetPaintValueSupported Method (ITypeDescriptorContext)

Indicates whether the specified context supports painting a representation of an object's value within the specified context.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override bool GetPaintValueSupported(
	ITypeDescriptorContext context
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that can be used to gain additional context information.

Return Value

Type: Boolean
true if PaintValue(Object, Graphics, Rectangle) is implemented; otherwise, false.
See Also