InteropBitmap.Invalidate メソッド

定義

ホストされている非WPF UI を強制的にレンダリングします。

オーバーロード

名前 説明
Invalidate()

ホストされている非WPF UI を強制的にレンダリングします。

Invalidate(Nullable<Int32Rect>)

ホストされている非WPF UI の指定された領域を強制的にレンダリングします。

Invalidate()

ホストされている非WPF UI を強制的にレンダリングします。

public:
 void Invalidate();
[System.Security.SecurityCritical]
public void Invalidate();
[<System.Security.SecurityCritical>]
member this.Invalidate : unit -> unit
Public Sub Invalidate ()
属性

例外

InteropBitmap インスタンスは固定されており、そのメンバーを書き込むことができません。

適用対象

Invalidate(Nullable<Int32Rect>)

ホストされている非WPF UI の指定された領域を強制的にレンダリングします。

public:
 void Invalidate(Nullable<System::Windows::Int32Rect> dirtyRect);
[System.Security.SecurityCritical]
public void Invalidate(System.Windows.Int32Rect? dirtyRect);
[<System.Security.SecurityCritical>]
member this.Invalidate : Nullable<System.Windows.Int32Rect> -> unit
Public Sub Invalidate (dirtyRect As Nullable(Of Int32Rect))

パラメーター

dirtyRect
Nullable<Int32Rect>

レンダリングされるホストされているWPF以外の UI の領域。 このパラメーターが null の場合、WPF以外の UI 全体がレンダリングされます。

属性

例外

InteropBitmap インスタンスは固定されており、そのメンバーを書き込むことができません。

適用対象