VideoOS.Platform.CroppingInfo Class Referenceabstract

Class returned as part of the BitmapData class. More...

Inheritance diagram for VideoOS.Platform.CroppingInfo:
VideoOS.Platform.Data.BitmapData

Properties

double CropHeight [get, set]
 When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call.

 
bool CroppingDefined [get, set]
 Is set to true if the returned content has been cropped.
 
double CropWidth [get, set]
 When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call.

 
double CropX [get, set]
 When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call.

 
double CropY [get, set]
 When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call.

 

Detailed Description

Class returned as part of the BitmapData class.

Property Documentation

◆ CropHeight

double VideoOS.Platform.CroppingInfo.CropHeight
getset

When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call.

◆ CroppingDefined

bool VideoOS.Platform.CroppingInfo.CroppingDefined
getset

Is set to true if the returned content has been cropped.

◆ CropWidth

double VideoOS.Platform.CroppingInfo.CropWidth
getset

When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call.

◆ CropX

double VideoOS.Platform.CroppingInfo.CropX
getset

When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call.

◆ CropY

double VideoOS.Platform.CroppingInfo.CropY
getset

When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call.