Measure Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > GifImage Class : Measure Method



availableSize

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub Measure( _
   ByVal availableSize As Size _
) 
Visual Basic (Usage) Copy Code
Dim instance As GifImage
Dim availableSize As Size
 
instance.Measure(availableSize)
C#  
public void Measure( 
   Size availableSize
)
C++/CLI  
public:
void Measure( 
   Size availableSize
) 

Parameters

availableSize

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also