BitmapEffectInput.ShouldSerializeInput メソッド

定義

メモ: この API は、互換性のために残されています。 旧式でない代替手段は、Effect です。 Input をシリアル化するかどうかを指定します。

public:
 bool ShouldSerializeInput();
public bool ShouldSerializeInput ();
member this.ShouldSerializeInput : unit -> bool
Public Function ShouldSerializeInput () As Boolean

戻り値

Boolean

Input をシリアル化する場合は true。それ以外の場合は false

適用対象