NPatchInfo class

NPatchInfo, n-patch layout info.

Constructors

NPatchInfo.fromRef(NPatchInfo ref)
Construct NPatchInfo from native reference.

Properties

bottom int
Bottom border offset.
no setter
hashCode int
The hash code for this object.
no setterinherited
layout NPatchLayout
Layout of the n-patch: 3x3, 1x3 or 3x1.
no setter
left int
Left border offset.
no setter
ref ↔ NPatchInfo
Native reference.
latefinalinherited
Right border offset.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source Rectangle
Texture source rectangle.
no setter
top int
Top border offset.
no setter

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