Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 627 Bytes

File metadata and controls

27 lines (21 loc) · 627 Bytes

SetVPCropObject

Description

Sets the specified crop object in the specified viewport. If a crop object already exists, it will be replaced by the new object, so long as the new object is a valid crop.

FUNCTION SetVPCropObject(
				viewportHandle : HANDLE;
				cropHandle     : HANDLE): BOOLEAN;
def vs.SetVPCropObject(viewportHandle, cropHandle):
    return BOOLEAN

Parameters

Name Type Description
viewportHandle HANDLE
cropHandle HANDLE

Version

Availability: from VectorWorks11.0

Category