POLYTEXT class Null safety Struct
The POLYTEXT structure describes how the PolyTextOut function should draw a string of text.
- Inheritance
-
- Object
- NativeType
- Struct
- POLYTEXT
Constructors
- POLYTEXT()
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
-
lpstr
↔ Pointer<
Utf16> -
read / write
- n ↔ int
-
@Uint32(), read / write
-
pdx
↔ Pointer<
Int32> -
read / write
- rcl ↔ RECT
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- uiFlags ↔ int
-
@Uint32(), read / write
- x ↔ int
-
@Int32(), read / write
- y ↔ int
-
@Int32(), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited