Layer Class |
The Layer type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnchorX | Transform anchor point X, absent if no transform specified |
![]() | AnchorY | Transform anchor point Y, absent if no transform specified |
![]() | AnchorZ | Transform anchor point Z, absent if no transform specified |
![]() | BackendNodeId | The backend id for the node associated with this layer. |
![]() | DrawsContent | Indicates whether this layer hosts any content, rather than being used for transform/scrolling purposes only. |
![]() | Height | Layer height. |
![]() | Invisible | Set if layer is not visible. |
![]() | LayerId | The unique id for this layer. |
![]() | OffsetX | Offset from parent layer, X coordinate. |
![]() | OffsetY | Offset from parent layer, Y coordinate. |
![]() | PaintCount | Indicates how many time this layer has painted. |
![]() | ParentLayerId | The id of parent (not present for root). |
![]() | ScrollRects | Rectangles scrolling on main thread only. |
![]() | StickyPositionConstraint | Sticky position constraint information |
![]() | Transform | Transformation matrix for layer, default is identity matrix |
![]() | Width | Layer width. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToDictionary | (Inherited from DevToolsDomainEntityBase) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |