次の方法で共有


Layer.Width プロパティ

定義

このレイヤーの出力ビデオの幅を取得または設定します。 この値には、絶対 (ピクセル単位) または相対値 (パーセンテージ) を指定できます。 たとえば、50% は、出力ビデオの幅が入力の半分のピクセル数を意味します。

[Newtonsoft.Json.JsonProperty(PropertyName="width")]
public string Width { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="width")>]
member this.Width : string with get, set
Public Property Width As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象