SpanGrid.Overlap (Int32, Interval, out Int32) Method

Checks if an interval overlaps the grid and sets the separation distance
Public Function Overlap( _ 
ByVal y As Integer, _ 
ByVal s As Interval, _ 
ByRef movexr As Integer
) As Boolean
This language is not supported or no code example is available.
public bool Overlap( 
int y
Interval s
out int movexr 
)
This language is not supported or no code example is available.
public:  
bool Overlap( 
int y
Interval^ s
int& movexr 
)
This language is not supported or no code example is available.
public function Overlap( 
y : int
s : Interval
movexr : int 
) : boolean;
This language is not supported or no code example is available.

Parameters

y
int

s
Interval

movexr
int

Return Value

bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition