Share

AcGsDCPoint::AcGsDCPoint

C++

AcGsDCPoint(
    long xin, 
    long yin
);

Description

Constructor in which the caller explicitly specifies the coordinates of the point.

Parameters

Parameters Description
xin x coordinate
yin y coordinate

Links

AcGsDCPoint

Was this information helpful?