Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 472 Bytes

ellipse.md

File metadata and controls

20 lines (15 loc) · 472 Bytes

Ellipse

    import { Ellipse } from 'react-native-painter'

    <Painter style={styles.Painter} 
    >
        <Ellipse />      
    </Painter>

Props

Name description type default
cx the x coordinates of the center Number 0
cy the x coordinates of the center Number 0
rx rx attribute defines the horizontal radius Number 0
ry ry attribute defines the vertical radius Number 0