Version

ResolveImageAreaSize Method

Gets the resolved value of the ImageAreaSize setting.
Syntax
'Declaration
 
Public Shared Function ResolveImageAreaSize( _
   ByVal gallery As PopupGalleryTool, _
   ByVal group As GalleryToolItemGroup, _
   ByVal item As GalleryToolItem _
) As Size
public static Size ResolveImageAreaSize( 
   PopupGalleryTool gallery,
   GalleryToolItemGroup group,
   GalleryToolItem item
)

Parameters

gallery
The gallery which owns the item.
group
The group where the item is displayed, or null if the item is displayed in the preview.
item
The item to resolve the image area size for.

Return Value

The resolved image area size from the settings of all specified contexts.
Exceptions
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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