CGPDFDictionary.Apply メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Apply(Action<String,CGPDFObject>) | |
Apply(CGPDFDictionary+ApplyCallback, Object) |
Apply(Action<String,CGPDFObject>)
public void Apply (Action<string,CoreGraphics.CGPDFObject> callback);
member this.Apply : Action<string, CoreGraphics.CGPDFObject> -> unit
パラメーター
- callback
- Action<String,CGPDFObject>
適用対象
Apply(CGPDFDictionary+ApplyCallback, Object)
public void Apply (CoreGraphics.CGPDFDictionary.ApplyCallback callback, object info = null);
member this.Apply : CoreGraphics.CGPDFDictionary.ApplyCallback * obj -> unit
パラメーター
- callback
- CGPDFDictionary.ApplyCallback
- info
- Object