'宣言 Public Function SetAngle( _ ByVal anchorRect As LayoutRect, _ Optional ByVal relativeAngle As System.Integer _ ) As AngleConstraint
public AngleConstraint SetAngle( LayoutRect anchorRect, System.int relativeAngle )
パラメータ
- anchorRect
- The referenced LayoutRect or null 参照 (Visual Basicでは Nothing) to reference the owner LayoutView.
- relativeAngle
- The rotation angle relative to anchorRect, in degrees.
戻り値の型
New constraint just added.