[]
Gets the rectangle of the viewport.
public Rectangle GetViewportRectangle(int rowViewportIndex, int columnViewportIndex, bool includeGrayArea = true)
Public Function GetViewportRectangle(rowViewportIndex As Integer, columnViewportIndex As Integer, Optional includeGrayArea As Boolean = True) As Rectangle
Type | Name | Description |
---|---|---|
int | rowViewportIndex | Viewport row index |
int | columnViewportIndex | |
bool | includeGrayArea |
Type | Description |
---|---|
Rectangle | Rectangle of the viewport. |