GeometryImage(ImageBGRA32, Point3d, Vector3d, Vector3d) Method

Introduces an image in BGRA format into the vectorization context.

Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public abstract bool Image(
        ImageBGRA32 imageSource,
        Point3d position,
        Vector3d u,
        Vector3d v
)

Parameters

imageSource  ImageBGRA32
[in] Image in BGRA format.
position  Point3d
[in] Image position in WCS.
u  Vector3d
[in] Image width and x-axis orientation.
v  Vector3d
[in] Image height and y-axis orientation.

Return Value

Boolean
true. This method also throws a corresponding exception if it fails.
See Also

©  Bricsys NV. All rights reserved.