InkOverlaySelectionResizingEventArgs クラスの新しいインスタンスを初期化します。
名前空間 : Microsoft.Ink
アセンブリ : Microsoft.Ink (Microsoft.Ink.dll 内)
構文
'宣言
Public Sub New ( _
newPixelRect As Rectangle _
)
'使用
Dim newPixelRect As Rectangle
Dim instance As New InkOverlaySelectionResizingEventArgs(newPixelRect)
public InkOverlaySelectionResizingEventArgs(
Rectangle newPixelRect
)
public:
InkOverlaySelectionResizingEventArgs(
Rectangle newPixelRect
)
public InkOverlaySelectionResizingEventArgs(
Rectangle newPixelRect
)
public function InkOverlaySelectionResizingEventArgs(
newPixelRect : Rectangle
)
パラメータ
- newPixelRect
型 : System.Drawing.Rectangle
選択された Strokes コレクションの変更後のサイズ。
解説
![]() |
---|
newPixelRect パラメータは、クライアント ウィンドウ座標で指定されるので、縦横比を維持してサイズを変更するといったシナリオにも対応できます。 |
プラットフォーム
Windows Vista
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0
参照
参照
InkOverlaySelectionResizingEventArgs クラス