C# (CSharp) CrystalMpq.DataFormats Surface.CopyToArgb - 3 exemples trouvés. Ce sont les exemples réels les mieux notés de CrystalMpq.DataFormats.Surface.CopyToArgb extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Copies the contents of the surface to a buffer of same dimensions.
The destination buffer should use the ARGB format represented by ArgbColor. Some basic checks will be done to disallow invalid buffer informations. However, it is the responsibility of the caller to provide a valid destination buffer.
The dimensions of the buffer specified by do not match those of the surface. The stride in does not match the width.