Constructors
- HTMLCanvasElement()
-
factory
Properties
Methods
-
captureStream(
[double? frameRequestRate]) → MediaStream -
getContext(
String contextId, [Object? options]) → RenderingContext? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBlob(
BlobCallback callback, [String? type_, Object? quality]) → void -
toDataURL(
[String? type_, Object? quality]) → String -
toString(
) → String -
A string representation of this object.
inherited
-
transferControlToOffscreen(
) → OffscreenCanvas
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited