PdfSelection.Draw 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Draw(PdfPage, PdfDisplayBox, Boolean) |
在目前的反白顯示色彩中繪製指定的醒目提示矩形 ( |
Draw(PdfPage, Boolean) |
在目前的醒目提示色彩中繪製預設醒目提示矩形。 |
Draw(PdfPage, PdfDisplayBox, Boolean)
在目前的反白顯示色彩中繪製指定的醒目提示矩形 (box
) 。
[Foundation.Export("drawForPage:withBox:active:")]
public virtual void Draw (PdfKit.PdfPage page, PdfKit.PdfDisplayBox box, bool active);
abstract member Draw : PdfKit.PdfPage * PdfKit.PdfDisplayBox * bool -> unit
override this.Draw : PdfKit.PdfPage * PdfKit.PdfDisplayBox * bool -> unit
參數
- page
- PdfPage
- box
- PdfDisplayBox
- active
- Boolean
- 屬性