次の方法で共有


JpgImage.SpriteColumn プロパティ

定義

サムネイル スプライト画像で使用される列の数を取得または設定します。 行数が自動的に計算され、スプライト内の各サムネイルの座標マッピングを使用して VTT ファイルが生成されます。 注: この値は正の整数にする必要があり、出力イメージの解像度が JPEG の最大ピクセル解像度制限 65535x65535 を超えないように、適切な値をお勧めします。

[Newtonsoft.Json.JsonProperty(PropertyName="spriteColumn")]
public int? SpriteColumn { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="spriteColumn")>]
member this.SpriteColumn : Nullable<int> with get, set
Public Property SpriteColumn As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象