Brightness Property (IReferenceImage) Send Feedback
See Also 
Gets or sets the brightness of light emitted by this Referenced image.

Syntax

Visual Basic 
Property Brightness As System.Integer
C# 
System.int Brightness {get; set;}
JavaScript 
get_Brightness () : dsSystem.int
put_Brightness (
   NewVal : dsSystem.int
)
COM native C++ 
HRESULT get_Brightness(
   LONG* Val
) 
HRESULT put_Brightness( 
   LONG NewVal
C++ 
DSRESULT get_Brightness (
   long* Val
)
DSRESULT put_Brightness(
   long NewVal
)

Property Value

Value between 0.00 and the maximum value which your system supports (0.00-maximum float, 1.0000 by default)

See Also

Availability

DraftSight V1R1.4