clip property
Returns the current drawing clip.
Implementation
@override
PRectangle? get clip => _clip;
Sets the drawing clip.
Implementation
@override
set clip(PRectangle? clip) {
_clip = clip;
}
Returns the current drawing clip.
@override
PRectangle? get clip => _clip;
Sets the drawing clip.
@override
set clip(PRectangle? clip) {
_clip = clip;
}