Measures the
Column's bounds, remaining to show the text.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public static Rectangle MeasureHeaderCaptionTextBounds(
ImageSettings imageSettings,
Image image,
Rectangle rect,
bool rtl
) |
Visual Basic |
---|
Public Shared Function MeasureHeaderCaptionTextBounds (
imageSettings As ImageSettings,
image As Image,
rect As Rectangle,
rtl As Boolean
) As Rectangle |
Visual C++ |
---|
public:
static Rectangle MeasureHeaderCaptionTextBounds(
ImageSettings^ imageSettings,
Image^ image,
Rectangle rect,
bool rtl
) |
F# |
---|
static member MeasureHeaderCaptionTextBounds :
imageSettings : ImageSettings *
image : Image *
rect : Rectangle *
rtl : bool -> Rectangle
|
Parameters
- imageSettings
- Type: Dapfor.Net.Ui..::..ImageSettings
The image settings.
- image
- Type: System.Drawing..::..Image
The image to be displayed in the Column.
- rect
- Type: System.Drawing..::..Rectangle
The Column's caption bounds.
- rtl
- Type: System..::..Boolean
if set to true right-to-left layout is used.
Return Value
Type:
Rectangle
The bounds to display the
Column's text.
See Also