ActivityDesignerPaintEventArgs.ClipRectangle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要在其中繪製的 Rectangle。
public:
property System::Drawing::Rectangle ClipRectangle { System::Drawing::Rectangle get(); };
public System.Drawing.Rectangle ClipRectangle { get; }
member this.ClipRectangle : System.Drawing.Rectangle
Public ReadOnly Property ClipRectangle As Rectangle
屬性值
Rectangle,描述要繪製的區域。
備註
裁剪方框所描述的區域就是要使用由 Graphics 提供的 ActivityDesignerPaintEventArgs,在螢幕上重新繪製的區域。