BCGControlBar Library for .NET
GetDisplayedImageRect Method




Syntax
'Declaration
 
Protected Function GetDisplayedImageRect( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal image As Image, _
   ByVal forceIgnoreLargeIcons As Boolean _
) As Rectangle
'Usage
 
Dim instance As ToolbarButton
Dim x As Integer
Dim y As Integer
Dim image As Image
Dim forceIgnoreLargeIcons As Boolean
Dim value As Rectangle
 
value = instance.GetDisplayedImageRect(x, y, image, forceIgnoreLargeIcons)
protected Rectangle GetDisplayedImageRect( 
   int x,
   int y,
   Image image,
   bool forceIgnoreLargeIcons
)
protected: Rectangle GetDisplayedImageRect( 
   int x,
   int y,
   Image* image,
   bool forceIgnoreLargeIcons
) 
protected:
Rectangle GetDisplayedImageRect( 
   int x,
   int y,
   Image^ image,
   bool forceIgnoreLargeIcons
) 

Parameters

x
y
image
forceIgnoreLargeIcons
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

Reference

ToolbarButton Class
ToolbarButton Members

Send Feedback