Struct epaint::ClippedShape [−][src]
Expand description
A Shape within a clip rectangle.
Everything is using logical points.
Tuple Fields
0: RectClip / scissor rectangle.
Only show the part of the Shape that falls within this.
1: ShapeThe shape
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClippedShape
impl Send for ClippedShape
impl Sync for ClippedShape
impl Unpin for ClippedShape
impl UnwindSafe for ClippedShape
Blanket Implementations
Mutably borrows from an owned value. Read more
