Jly Icons8.Constructor

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 16:32, 4 June 2017 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.