Module ep_round_rect

License: MIT File: ep_round_rect.erl Description: Display rectangle with rounded corners.

Copyright © 2018 Lloyd R. Prentice

Version: .01

Authors: Lloyd R. Prentice.

Description

License: MIT File: ep_round_rect.erl Description: Display rectangle with rounded corners

Function Index

create/3Create round_rect map.
round_rect/3Display rectangle.

Function Details

create/3

create(Position::xy(), Size::xy(), Radius::points()) -> ep_round_rect()

Create round_rect map

round_rect/3

round_rect(PDF::pdf_server_pid(), Job::ep_job(), RoundRectMap::ep_round_rect()) -> ok

Display rectangle


Generated by EDoc