PlaneProjection.CenterOfRotationY 属性

定义

获取或设置旋转对象的旋转中心的 y 坐标。

public:
 property double CenterOfRotationY { double get(); void set(double value); };
double CenterOfRotationY();

void CenterOfRotationY(double value);
public double CenterOfRotationY { get; set; }
var double = planeProjection.centerOfRotationY;
planeProjection.centerOfRotationY = double;
Public Property CenterOfRotationY As Double
<PlaneProjection CenterOfRotationY="double"/>

属性值

Double

double

旋转对象的旋转中心的 y 坐标。 典型值介于 0 和 1 之间,值 0 对应于对象的一个边缘,1 对应于另一个边缘。 允许超出此范围的值,并相应地移动旋转中心。 默认值为 0.5 (对象) 中心。

适用于