Click or drag to resize
uLiveWallpaper
LiveWallpaperWallpaperOffsetData Structure
Represents information about wallpaper offset.

Namespace:  LostPolygon.uLiveWallpaper
Syntax
C#
public struct WallpaperOffsetData

The LiveWallpaperWallpaperOffsetData type exposes the following members.

Constructors
  NameDescription
Public methodLiveWallpaperWallpaperOffsetData
Initializes a new instance of the LiveWallpaperWallpaperOffsetData class
Top
Properties
  NameDescription
Public propertyCurrentHomeScreen
Current launcher home screen, from 0 to HomeScreenCount - 1.
Public propertyHomeScreenCount
Number of screens in the launcher, from 1 to N.
Public propertyOffset
Normalized offset. Values range from 0 to 1, with 0.5 being at center.
Public propertyCode exampleOffsetStep
Normalized offset step. Values range from 0 to 1.
Public propertyPixelOffset
Pixel offset. Values are in pixels.
Top
See Also