バージョン

TextureBrush コンストラクタ(Image,Single,Single,Single,Single,Single)

TextureBrush クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal image As Image, _
   ByVal angle As Single, _
   ByVal scaleX As Single, _
   ByVal scaleY As Single, _
   ByVal offsetX As Single, _
   ByVal offsetY As Single _
)
public TextureBrush( 
   Image image,
   float angle,
   float scaleX,
   float scaleY,
   float offsetX,
   float offsetY
)

パラメータ

image
内部を塗りつぶすための Image オブジェクト。
angle
回転角度。
scaleX
X 方向のスケール率。
scaleY
Y 方向のスケール率。
offsetX
オフセットの X コンポーネント。
offsetY
オフセットの Y コンポーネント。
参照