Click or drag to resize

SpatialCommandsFromResolution Property

Create new calibration based on the image Resolution (DPI).

Namespace:  MediaCy.Automation.Measure.Calibration
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property FromResolution ( 
	parent As McCommand
) As ResolutionCalibration
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: ResolutionCalibration
Remarks
The calibration is applied to the image. If the calibration for given resolution is already present, it's reused.
See Also