NPatchInfoD constructor
NPatchInfoD({
- Pointer<
NPatchInfoC> ? originalPointer, - RectangleD? source,
- int left = 0,
- int top = 0,
- int right = 0,
- int bottom = 0,
- NPatchLayout layout = .NPATCH_NINE_PATCH,
Implementation
NPatchInfoD({
super.originalPointer,
RectangleD? source,
this.left = 0,
this.top = 0,
this.right = 0,
this.bottom = 0,
this.layout = .NPATCH_NINE_PATCH,
}) :
source = source ?? .new();