Click or drag to resize

GraphicColorSetterTryGetReferencedValue Method

Gets the Color of the Graphic, if one exists.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected override bool TryGetReferencedValue(
	out Nullable<Color> referencedValue
)

Parameters

referencedValue
Type: SystemNullableColor
The Color of the Graphic. If no Graphic exists, it returns null.

Return Value

Type: Boolean
True if a value can be found, false otherwise.
See Also