Click or drag to resize

LargeImageViewCommandsCrop Property

Crops the selected portion of the image to a new image workspace.

Namespace:  MediaCy.Automation.View
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property Crop ( 
	parent As McCommand
) As McCommand
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: McCommand

Return Value

Type: McCommand
Remarks
Very Large Images (VLIs) are opened in a special workspace that supports viewing the image, and a sub-set of image enhancement and measurements. To use all of the features of Premier with a VLI, a portion of the image must be extracted to a new, normal image workspace, where the selected portion (which may be the whole image) will fit in image memory at the resolution at which it is extracted. You can set the portion to extract with the Region Of Interest tools, and the resolution using the Very Large Image Tools toolbar that is displayed on the VLI workspace.
See Also