ICanvasRenderingContext2DGlobalCompositeOperation Property |
With globalAlpha applied this sets how shapes and images are drawn onto the existing bitmap. Default: (source-over)
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax string GlobalCompositeOperation { get; set; }
Property GlobalCompositeOperation As String
Get
Set
property String^ GlobalCompositeOperation {
String^ get ();
void set (String^ value);
}
abstract GlobalCompositeOperation : string with get, set
Property Value
Type:
StringSee Also