ActiveReports 9
Projection Constructor(ProjectionType,Single,Single,Single,Single,Single)

Specifies the type of projection.
Specifies the world origin offset by the X axis. For use with orthogonal projection only.
Specifies the world origin offset by the Y axis. For use with orthogonal projection only.
Specifies the horizontal rotation from which the chart is viewed.
Specifies the vertical rotation from which the chart is viewed.
The perspective ratio of the perspective projection type.
Initializes a new instance of the Projection class with the specified parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal projectionType As ProjectionType, _
   ByVal projectionDX As System.Single, _
   ByVal projectionDY As System.Single, _
   ByVal horizontalRotation As System.Single, _
   ByVal verticalRotation As System.Single, _
   ByVal perspectiveRatio As System.Single _
)
public Projection( 
   ProjectionType projectionType,
   System.float projectionDX,
   System.float projectionDY,
   System.float horizontalRotation,
   System.float verticalRotation,
   System.float perspectiveRatio
)

Parameters

projectionType
Specifies the type of projection.
projectionDX
Specifies the world origin offset by the X axis. For use with orthogonal projection only.
projectionDY
Specifies the world origin offset by the Y axis. For use with orthogonal projection only.
horizontalRotation
Specifies the horizontal rotation from which the chart is viewed.
verticalRotation
Specifies the vertical rotation from which the chart is viewed.
perspectiveRatio
The perspective ratio of the perspective projection type.
See Also

Reference

Projection Class
Projection Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum