Jly Icons8.Constructor

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
Method
jly_Icons8.Constructor ( style As Styles = Styles.ios, Size As Integer, aColor As Color= &c0 )


The constructor for the class.

The default style is iOS (line icons). Only the Size is a required parameter.

The size should be the display size whatever the resolution.

If you need a 32x32px icon for HiDPI Display, set the globalScaleFactor and set IconSize to 32 in this function.