NSWindow.CacheImageInRect(CGRect) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[Foundation.Export("cacheImageInRect:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "This method shouldn’t be used as it doesn’t work in all drawing situations; instead, a subview should be used that implements the desired drawing behavior.")]
public virtual void CacheImageInRect (CoreGraphics.CGRect aRect);
abstract member CacheImageInRect : CoreGraphics.CGRect -> unit
override this.CacheImageInRect : CoreGraphics.CGRect -> unit
參數
- aRect
- CGRect
- 屬性