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