NSView.CanDraw Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("canDraw")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, "'DrawRect' or 'UpdateLayer' will be called when it is able to draw.")]
public virtual bool CanDraw ();
abstract member CanDraw : unit -> bool
override this.CanDraw : unit -> bool
Returns
- Attributes