ActiveReports 9
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 System.Single _
)
public Light( 
   Point3d source,
   LightType type,
   System.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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Light Class
Light Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum