'宣言 Public Sub SetRelativeTransform( _ ByVal baseView As LayoutView, _ ByVal relativeTransform As System.Numerics.Matrix3x2 _ )
public void SetRelativeTransform( LayoutView baseView, System.Numerics.Matrix3x2 relativeTransform )
パラメータ
- baseView
- A LayoutView to be used as the base for relative transformation.
- relativeTransform
- The transformation matrix relative to the baseView.