'Declaration
Protected Overridable Function GetImageBounds( _ ByVal item As NImageAndTextItem, _ ByVal rtl As System.Windows.Forms.RightToLeft, _ ByVal img As System.Drawing.Image, _ ByVal display As NRectangle, _ ByVal combined As NRectangle, _ ByVal imageSize As NSize, _ ByVal useCombined As System.Boolean _ ) As NRectangle
'Usage
Dim instance As NImageAndTextLayout Dim item As NImageAndTextItem Dim rtl As System.Windows.Forms.RightToLeft Dim img As System.Drawing.Image Dim display As NRectangle Dim combined As NRectangle Dim imageSize As NSize Dim useCombined As System.Boolean Dim value As NRectangle value = instance.GetImageBounds(item, rtl, img, display, combined, imageSize, useCombined)
protected virtual NRectangle GetImageBounds( NImageAndTextItem item, System.Windows.Forms.RightToLeft rtl, System.Drawing.Image img, NRectangle display, NRectangle combined, NSize imageSize, System.bool useCombined )
Parameters
- item
- rtl
- img
- display
- combined
- imageSize
- useCombined