'Declaration Public Overrides Function CreateConstantYTransform( _
ByVal yThe Y coordinate.As Double _
) As VintasoftPointTransform
public override VintasoftPointTransform CreateConstantYTransform(
double y
)
public: VintasoftPointTransform* CreateConstantYTransform(
double y
); override
public:
VintasoftPointTransform^ CreateConstantYTransform(
double y
); override
Parameters
- y
- The Y coordinate.
Return Value
The point transform for specified constant Y coordinate.