This document is archived and information here might be outdated. Recommended version. |
The origin of the raster to be stored.
[Visual Basic .NET] Public Property Origin As IPoint
[C#] public IPoint Origin {get; set;}
[C++]
HRESULT get_Origin(
IPoint* Origin
);
[C++]
HRESULT putref_Origin(
IPoint** Origin
);
[C++] Parameters Origin [in]
Origin is a parameter of type IPoint* Origin [out, retval]
Origin is a parameter of type IPoint**