ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.CameraRaw Namespace / ImGearCameraRawXMPMetadata Class / CropAngle Property




In This Topic
    CropAngle Property
    In This Topic
    Gets or sets CropAngle property of the XMP Camera Raw schema.
    Syntax
    'Declaration
     
    Public Property CropAngle As ImGearXMPReal
    'Usage
     
    Dim instance As ImGearCameraRawXMPMetadata
    Dim value As ImGearXMPReal
     
    instance.CropAngle = value
     
    value = instance.CropAngle
    public ImGearXMPReal CropAngle {get; set;}
    public: __property ImGearXMPReal* get_CropAngle();
    public: __property void set_CropAngle( 
       ImGearXMPReal* value
    );
    public:
    property ImGearXMPReal^ CropAngle {
       ImGearXMPReal^ get();
       void set (    ImGearXMPReal^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPReal class value.
    Remarks
    When HasCrop is true, this XMP property specifies angle of crop rectangle.
    See Also