Click or drag to resize

BaseMarkableBitmapGraphicGetOutline Method

Get the path representing the bounding box outline of the bitmap.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public VectorGraphicPath GetOutline()

Return Value

VectorGraphicPath
Path representing the bounding box outline of the bitmap.
See Also