'宣言 Public Sub ApplyOffset( _ ByVal targetView As LayoutView, _ ByVal xOffset As System.Single, _ ByVal yOffset As System.Single _ )
public void ApplyOffset( LayoutView targetView, System.float xOffset, System.float yOffset )
パラメータ
- targetView
- The target LayoutView; null to target the LayoutHost.
- xOffset
- The X offset in the target view's coordinates.
- yOffset
- The Y offset in the target view's coordinates.