View Source Captcha.Native.Geometry (captcha v0.1.1)

Geometry

Link to this section Summary

Link to this section Types

@type t() :: %Captcha.Native.Geometry{
  bottom: non_neg_integer(),
  left: non_neg_integer(),
  right: non_neg_integer(),
  top: non_neg_integer()
}