protected void onMeasure( int widthMeasureSpec, int heightMeasureSpec )
Protected Sub onMeasure( _ ByVal widthMeasureSpec As Integer, _ ByVal heightMeasureSpec As Integer _ )
protected void onMeasure( int widthMeasureSpec, int heightMeasureSpec )
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)
function Leadtools.Controls.ImageViewer.onMeasure( widthMeasureSpec , heightMeasureSpec )
Note to Inheritors: When overriding onMeasure in a derived class, be sure to call the base class's onMeasure method so that registered delegates receive the event.