コード例 #1
0
 public int InvertYAxis(int y)
 {
     return(NativeCD.cdCanvasInvertYAxis(Handle, y));
 }