[]
Gets the rectangle of the viewport.
public Rectangle GetViewportRectangle(int rowViewportIndex, int columnViewportIndex)
Public Function GetViewportRectangle(rowViewportIndex As Integer, columnViewportIndex As Integer) As Rectangle
Type | Name | Description |
---|---|---|
int | rowViewportIndex | Viewport row index |
int | columnViewportIndex | Viewport column index |
Type | Description |
---|---|
Rectangle | Rectangle of the viewport. |