[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.SpreadShapesContainer.IsShapeInView

IsShapeInView Method

IsShapeInView(PSShape, int, int, int, int)

Determines if a shape is currently within the view determined by the row and column parameters.

Declaration
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
Parameters
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

Returns
Type Description
bool

Returns true if shape is in view; otherwise false