Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 462 Bytes

File metadata and controls

27 lines (21 loc) · 462 Bytes

SetImageCropObject

Description

By given image handle and crop handle, set the crop to the image.

FUNCTION SetImageCropObject(
				image : HANDLE;
				crop  : HANDLE): BOOLEAN;
def vs.SetImageCropObject(image, crop):
    return BOOLEAN

Parameters

Name Type Description
image HANDLE
crop HANDLE

Version

Availability: from Vectorworks 2014

Category