menu
dart_clip package
documentation
gworld.dart
ClipGWorld
wndGet method
wndGet method
dark_mode
light_mode
wndGet
method
int
wndGet
(
double
x
,
double
y
)
Implementation
int wndGet( double x, double y ){ // 論理座標から実座標に変換 return get( imgPosX( x ), imgPosY( y ) ); }
dart_clip package
documentation
gworld
ClipGWorld
wndGet method
ClipGWorld class