StandardizedDiffuseAlbedoMaps.ReferenceImagePanel.OnPaint C# (CSharp) Method

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void
        protected override void OnPaint( PaintEventArgs e )
        {
            base.OnPaint( e );

            if ( m_Bitmap != null )
                e.Graphics.DrawImage( m_Bitmap, 0, 0 );
        }