IntersectBounds method
Determines whether the two specified bounds intersect.
Syntax
BOOL retVal = object.IntersectBounds(OtherBounds);
Parameters
OtherBounds [in, ref]
Type: const CDXB_CBounds to intersect with the data object.
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Determines whether the two specified bounds intersect.
BOOL retVal = object.IntersectBounds(OtherBounds);
OtherBounds [in, ref]
Type: const CDXB_C
Bounds to intersect with the data object.