Bitmap for WPF
Timer.RenderingTooSlowDelegate デリゲート

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Animation 名前空間 : Timer.RenderingTooSlowDelegate デリゲート
The current frame rate, in frames per second.
A delegate that handles events that occur when the rendering frame rate for an animation falls below a minimum desirable frame rate.
シンタックス
'宣言
 
Public Delegate Sub Timer.RenderingTooSlowDelegate( _
   ByVal framesPerSecond As System.Integer _
) 
public delegate void Timer.RenderingTooSlowDelegate( 
   System.int framesPerSecond
)

パラメータ

framesPerSecond
The current frame rate, in frames per second.
参照

Timer.RenderingTooSlowDelegate メンバ
C1.Util.DX.Animation 名前空間