commonMain.com.ashampoo.xmp.XMPRegionArea.kt Maven / Gradle / Ivy
// =================================================================================================
// ADOBE SYSTEMS INCORPORATED
// Copyright 2006 Adobe Systems Incorporated
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
// of the Adobe license agreement accompanying it.
// =================================================================================================
package com.ashampoo.xmp
/** As used in XMP-mwg-rs */
public data class XMPRegionArea(
val xPos: Double,
val yPos: Double,
val width: Double,
val height: Double
)