Click or drag to resize

VectorGraphicPathSetBitmap Method

Draws a given bitmap at a given position.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual BaseMetafileCommand SetBitmap(
	SKBitmap bitmap,
	dvec3 position,
	dvec3 size
)

Parameters

bitmap  SKBitmap
The command code.
position  dvec3
The top-left coordinate of the bitmap relative to its parent.
size  dvec3
The dimension of the bitmap.

Return Value

BaseMetafileCommand
The generated metafile command to draw a bitmap.
See Also