'宣言 Public Sub ApplyOffset( _ ByVal otherView As LayoutView, _ ByVal xOffset As System.Single, _ ByVal yOffset As System.Single _ )
public void ApplyOffset( LayoutView otherView, System.float xOffset, System.float yOffset )
パラメータ
- otherView
- The other LayoutView or null 参照 (Visual Basicでは Nothing) to reference the LayoutHost.
- xOffset
- The X offset in other view's coordinates.
- yOffset
- The Y offset in other view's coordinates.