ActiveReports 12
Light Constructor(Point3d,LightType,Single)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > Light Class > Light Constructor : Light Constructor(Point3d,LightType,Single)
Specifies the position of the light source.
Specifies the type of light source.
Specifies the directional/ambient intensity ratio.
Initializes a new instance of the Light class with the specified parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As Point3d, _
   ByVal type As LightType, _
   ByVal directionalRatio As Single _
)
public Light( 
   Point3d source,
   LightType type,
   float directionalRatio
)

Parameters

source
Specifies the position of the light source.
type
Specifies the type of light source.
directionalRatio
Specifies the directional/ambient intensity ratio.
See Also

Reference

Light Class
Light Members
Overload List