Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgRasterPropertyDefinition
GetDefaultImageXSize
GetDefaultImageYSize
GetNullable
GetReadOnly
MgRasterPropertyDefinition
SetDefaultImageXSize
SetDefaultImageYSize
SetNullable
SetReadOnly
INT32
MgRasterPropertyDefinition::GetDefaultImageXSize
(
)
Gets the default size of the image file in the horizontal direction, in pixels (number of columns).
.NET Syntax
int
GetDefaultImageXSize()
;
Java Syntax
int
GetDefaultImageXSize()
;
PHP Syntax
int
GetDefaultImageXSize()
;
Returns:
Returns the default horizontal image size in pixels (number of columns).
Comments or suggestions? Send us
feedback
.