Visual Basic (Declaration) | |
---|---|
Public Property PlanarConfiguration As CodecsPlanarConfiguration |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsLoadInformationEventArgs Dim value As CodecsPlanarConfiguration instance.PlanarConfiguration = value value = instance.PlanarConfiguration |
C# | |
---|---|
public CodecsPlanarConfiguration PlanarConfiguration {get; set;} |
C++/CLI | |
---|---|
public: property CodecsPlanarConfiguration PlanarConfiguration { CodecsPlanarConfiguration get(); void set ( CodecsPlanarConfiguration value); } |
Property Value
The planar configuration. This value is used only if Format is RasterImageFormat.RawPackBits. Otherwise, it is ignored. Possible values are
Value | Meaning |
---|---|
CodecsPlanarConfiguration.Chunky | Chunky |
CodecsPlanarConfiguration.PlanarFormat | Planar format |
For an example, refer to RasterCodecs.LoadInformation.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)