FarPoint.Win.Chart アセンブリ > FarPoint.Win.Chart 名前空間 > PerspectiveProjection クラス : PerspectiveProjection コンストラクタ |
'Declaration Public Function New( _ ByVal perspectiveAngle As Single _ )
'使用法 Dim perspectiveAngle As Single Dim instance As New PerspectiveProjection(perspectiveAngle)
public PerspectiveProjection( float perspectiveAngle )
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | perspectiveAngleが0以下であるか、100を超えています。 |