Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 757 Bytes

File metadata and controls

32 lines (25 loc) · 757 Bytes

CreatePaintFromImgN

Description

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

Parameters

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.

Remarks

[[User:Orso.b.schmid|Orso]] [2012.11.27]: A Bitmap (paint) object is created on drawing.

Version

Availability: from Vectorworks 2011

Category