PageFill Method (RECT, UInt32, FILLAREA_FLAGS)
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic void Fill(
RECT rect,
uint color,
FILLAREA_FLAGS flags
)
Public Sub Fill (
rect As RECT,
color As UInteger,
flags As FILLAREA_FLAGS
)
public:
void Fill(
RECT rect,
unsigned int color,
FILLAREA_FLAGS flags
)
Parameters
- rect
- Type: OmniPageCSDK.ArgTypesRECT
- color
- Type: SystemUInt32
- flags
- Type: OmniPageCSDK.ArgTypesFILLAREA_FLAGS
See Also