HRESULT HasIntersectionWithRect(
int Left,
int Top,
int Right,
int Bottom,
VARIANT_BOOL* Result
);
bool HasIntersectionWithRect(
int Left,
int Top,
int Right,
int Bottom
);
Function HasIntersectionWithRect( _
Left As Integer, _
Top As Integer, _
Right As Integer, _
Bottom As Integer _
) As Boolean
此页面对您有帮助吗?