Click or drag to resize
LayerBaseCurrentPosition Property
Gets/Sets the current pixel position of the layer relative to the screen. (Setting this directly ignores ScrollRate and AbsolutePosition.)

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public Point CurrentPosition { get; set; }

Property Value

Type: Point
See Also