VectorGraphicPathSetBitmap Method |
Draws a given bitmap at a given position.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic 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
BaseMetafileCommandThe generated metafile command to draw a bitmap.
See Also