UPDATELAYEREDWINDOWINFO class base struct

Used by UpdateLayeredWindowIndirect to provide position, size, shape, content, and translucency information for a layered window.

Inheritance

Constructors

UPDATELAYEREDWINDOWINFO()

Properties

cbSize int
getter/setter pair
crKey int
getter/setter pair
dwFlags int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hdcDst int
getter/setter pair
hdcSrc int
getter/setter pair
pblend Pointer<BLENDFUNCTION>
getter/setter pair
pptDst Pointer<POINT>
getter/setter pair
pptSrc Pointer<POINT>
getter/setter pair
prcDirty Pointer<RECT>
getter/setter pair
psize Pointer<SIZE>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited