- id
- The desired resource identifier, as generated by the aapt tool. This integer encodes the package, type, and resource entry. The value 0 is an invalid identifier.
Documentation for this section has not yet been entered.
Type Reason !:NoType:android/content/res/Resources$NotFoundException;Href=../../../../reference/android/content/res/Resources.NotFoundException.html Throws NotFoundException if the given ID does not exist.
Retrieve a dimensional for a particular resource ID for use as an offset in raw pixels. This is the same as Resources.GetDimension(int), except the returned value is converted to integer pixels for you. An offset conversion involves simply truncating the base value to an integer.