コード例 #1
0
    int GetColorArraySize2D(Device2D device)
    {
        int maxRow    = ChromaAnimationAPI.GetMaxRow(device);
        int maxColumn = ChromaAnimationAPI.GetMaxColumn(device);

        return(maxRow * maxColumn);
    }