pub type AffineMatrix2DBase = AffineMatrix2DBaseIsOwned<true>;
Expand description
A 2x3 matrix representing an affine 2D transformation.
AffineMatrix2DBase
represents a C++wxAffineMatrix2DBase
class instance which your code has ownership,AffineMatrix2DBaseIsOwned
<false>
represents one which don’t own.- Use
AffineMatrix2DBase
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxAffineMatrix2DBase
class’s documentation for more details.
Aliased Type§
pub struct AffineMatrix2DBase(/* private fields */);