ImageClip class

Represents an image clip parameters.

Available Extensions

Constructors

ImageClip(Dimension viewDimension, Rectangle<num>? viewClip, [Dimension? _imageDimension])

Properties

clip Rectangle<num>?
no setter
hashCode int
The hash code for this object.
no setterinherited
imageDimension Dimension?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewClip Rectangle<num>?
Clip Rectangle.
final
viewDimension Dimension
Dimension of viewed image.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited