Creates a paint node from an image resource on the specified location and rotation.
FUNCTION CreatePaintFromImgN(
image : HANDLE;
locPt : REAL;
rotDeg : REAL): HANDLE;def vs.CreatePaintFromImgN(image, locPt, rotDeg):
return HANDLE| Name | Type | Description |
|---|---|---|
| image | HANDLE | Handle to the image resource from which a paint node is to be created. |
| locPt | REAL | Location of the new paint node. |
| rotDeg | REAL | Rotation of the paint node in degrees. |
[[User:Orso.b.schmid|Orso]] [2012.11.27]: A Bitmap (paint) object is created on drawing.
Availability: from Vectorworks 2011