sk_size

Types

SkSize = ref object
  native*: sk_size_t
  Source Edit
SkSizeI = ref object
  native*: sk_isize_t
  Source Edit

Procs

proc newSkSize(width, height: float): SkSize {...}{.raises: [], tags: [].}
  Source Edit
proc newSkSizeF(width, height: int32): SkSize {...}{.raises: [], tags: [].}
  Source Edit
proc newSkSize(width, height: int32): SkSizeI {...}{.raises: [], tags: [].}
  Source Edit

Templates

template width(this: SkSize): float
  Source Edit
template height(this: SkSize): float
  Source Edit
template width(this: SkSizeI): int32
  Source Edit
template height(this: SkSizeI): int32
  Source Edit