[]
Determines if a shape is currently within the view determined by the row and column parameters.
public virtual bool IsShapeInView(PSShape shape, int topRow, int leftColumn, int bottomRow, int rightColumn)
Public Overridable Function IsShapeInView(shape As PSShape, topRow As Integer, leftColumn As Integer, bottomRow As Integer, rightColumn As Integer) As Boolean
Type | Name | Description |
---|---|---|
PSShape | shape | Shape to check for in view |
int | topRow | Top row of view |
int | leftColumn | Left column of view |
int | bottomRow | Bottom row of view |
int | rightColumn | Right column of view |
Type | Description |
---|---|
bool | Returns true if shape is in view; otherwise false |