Write a block of pixels starting from tlc (top left corner).
[Visual Basic .NET] Public Sub Write ( _ ByVal tlc As IPnt, _ ByVal pxls As IPixelBlock _ )
[C#] public void Write ( IPnt tlc, IPixelBlock pxls );
[C++]
HRESULT Write(
IPnt* tlc,
IPixelBlock* pxls
);
[C++]Parameters
tlc [in]tlc is a parameter of type IPnt
pxls [in]pxls is a parameter of type IPixelBlock
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.