Share

AcGsDCRect::AcGsDCRect

C++

AcGsDCRect(
    long l, 
    long r, 
    long b, 
    long t
);

Description

Constructor with scalars as arguments.

Parameters

Parameters Description
l Minimum horizontal extent of rectangle
r Maximum horizontal extent of rectangle
b Minimum vertical extent of rectangle
t Maximum vertical extent of rectangle

Links

AcGsDCRect

Was this information helpful?