IntPoint
raqote
0.8.5
IntPoint
Aliased type
Fields
x
y
In crate raqote
Modules
blitter
dash
draw_target
geom
path_builder
rasterizer
stroke
tests
Structs
Color
DrawOptions
DrawTarget
Gradient
GradientStop
Image
Mask
Path
PathBuilder
SolidSource
StrokeStyle
Enums
AntialiasMode
BlendMode
ExtendMode
FilterMode
LineCap
LineJoin
PathOp
Source
Spread
Winding
Functions
stroke_to_path
Type Aliases
IntPoint
IntRect
Point
Transform
Vector
raqote
Type Alias
IntPoint
Copy item path
Settings
Help
Summary
Source
pub type IntPoint =
Point2D
<
i32
>;
Aliased Type
§
struct IntPoint { pub x:
i32
, pub y:
i32
, }
Fields
§
§
x:
i32
§
y:
i32