'Declaration Public Overrides Function CreateConstantXTransform( _
ByVal xThe X coordinate.As Double _
) As VintasoftPointTransform
public override VintasoftPointTransform CreateConstantXTransform(
double x
)
public: VintasoftPointTransform* CreateConstantXTransform(
double x
); override
public:
VintasoftPointTransform^ CreateConstantXTransform(
double x
); override
Parameters
- x
- The X coordinate.
Return Value
The point transform for specified constant X coordinate.