View.Resize

説明

ビューのサイズを変更します。

スクリプト 構文

View.Resize( Width, Height );

パラメータ

パラメータ タイプ 詳細
Long ビューの変更後の幅
高さ Long ビューの変更後の高さ

Python の例

#
#       This example demonstrates how to create a view and then expand 
#       its default size.
#
Application.NewScene( "", 0 )
app = Application
netv = app.Desktop.ActiveLayout.CreateView( "netview", "netview" )
netv.SetAttributeValue( "url", "http://softimage.wiki.softimage.com/index.php/Main_Page" )
netv.Resize( 1280, 1280 )

関連項目

View.Move View.Rectangle