跳到主要内容

contains_xy

是否包含目标坐标

声明

bool contains_xy(int x, int y)

参数

参数名描述
x坐标x值
y坐标y值

返回值

true - 包含, false - 不包含

使用方式

返回文档